#68141F

Color #68141F Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #68141F

Tints of Pohutukawa #68141F

Color information

#68141F (or 0x68141F) is unknown color: approx Pohutukawa. HEX triplet: 68, 14 and 1F. RGB value is (104,20,31). Sum of RGB (Red+Green+Blue) = 104+20+31=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68141F is #97EBE0. Grayscale: #2E2E2E. Windows color (decimal): -9956321 or 2036840. OLE color: 2036840.

HSL color Cylindrical-coordinate representation of color #68141F: hue angle of 352.14º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68141F is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1042031-
CMYK00.810.700.59
HSL352.14º67.74%24.31%-
HSV(B)352.14º80.77%40.78%-
XYZ6.213.541.65-
YUV46.37119.33169.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 20 (8.20% from 255) = 12.90%
BLUE value IS 31 (12.5% from 255) = 20%
R=67.10%
G=12.90%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104203100.810.700.59352.1467.7424.31
Hex68141F051463B1604418
Octal150243701211067354010430
Binary11010001010011111010100011000110111011101100000100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68141F; }

 p { color: rgb(104,20,31); }

 H1.HeaderClassName
 {
   color: #68141F;
 }
 .AnyTagClassName
 {
   color: #68141F;
 }
</style>
background-color css

<style>
 a { background-color: #68141F; }

 a { background-color: rgb(104,20,31); }

 div.DivClassName
 {
   background-color: #68141F;
 }
 .BgClassName
 {
   background-color: #68141F;
 }
</style>
border-color css

<style>
 span { border-color: #68141F; }

 span { border-color: rgb(104,20,31); }

 td.TdClassName
 {
   border-color: #68141F;
 }
 .TagClassName
 {
   border-color: #68141F;
 }
</style>