#68121B

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

Shades of Pohutukawa #68121B

Tints of Pohutukawa #68121B

Color information

#68121B (or 0x68121B) is unknown color: approx Pohutukawa. HEX triplet: 68, 12 and 1B. RGB value is (104,18,27). Sum of RGB (Red+Green+Blue) = 104+18+27=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #68121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68121B is #97EDE4. Grayscale: #2C2C2C. Windows color (decimal): -9956837 or 1774184. OLE color: 1774184.

HSL color Cylindrical-coordinate representation of color #68121B: hue angle of 353.72º 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 #68121B is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB1041827-
CMYK00.830.740.59
HSL353.72º70.49%23.92%-
HSV(B)353.72º82.69%40.78%-
XYZ6.123.451.38-
YUV44.74117.99170.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 69.80%
GREEN value IS 18 (7.42% from 255) = 12.08%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=69.80%
G=12.08%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104182700.830.740.59353.7270.4923.92
Hex68121B0534A3B1624618
Octal150223301231127354210630
Binary11010001001011011010100111001010111011101100010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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