#68121E

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

Shades of Pohutukawa #68121E

Tints of Pohutukawa #68121E

Color information

#68121E (or 0x68121E) is unknown color: approx Pohutukawa. HEX triplet: 68, 12 and 1E. RGB value is (104,18,30). Sum of RGB (Red+Green+Blue) = 104+18+30=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #68121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68121E is #97EDE1. Grayscale: #2D2D2D. Windows color (decimal): -9956834 or 1970792. OLE color: 1970792.

HSL color Cylindrical-coordinate representation of color #68121E: hue angle of 351.63º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68121E is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB1041830-
CMYK00.830.710.59
HSL351.63º70.49%23.92%-
HSV(B)351.63º82.69%40.78%-
XYZ6.163.471.57-
YUV45.08119.49170.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.42%
GREEN value IS 18 (7.42% from 255) = 11.84%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=68.42%
G=11.84%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104183000.830.710.59351.6370.4923.92
Hex68121E053473B1604618
Octal150223601231077354010630
Binary11010001001011110010100111000111111011101100000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68121E; }

 p { color: rgb(104,18,30); }

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

<style>
 a { background-color: #68121E; }

 a { background-color: rgb(104,18,30); }

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

<style>
 span { border-color: #68121E; }

 span { border-color: rgb(104,18,30); }

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