#68121A

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

Shades of Pohutukawa #68121A

Tints of Pohutukawa #68121A

Color information

#68121A (or 0x68121A) is unknown color: approx Pohutukawa. HEX triplet: 68, 12 and 1A. RGB value is (104,18,26). Sum of RGB (Red+Green+Blue) = 104+18+26=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #68121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68121A is #97EDE5. Grayscale: #2C2C2C. Windows color (decimal): -9956838 or 1708648. OLE color: 1708648.

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

Color convert

RGB1041826-
CMYK00.830.750.59
HSL354.42º70.49%23.92%-
HSV(B)354.42º82.69%40.78%-
XYZ6.113.451.32-
YUV44.63117.49170.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 70.27%
GREEN value IS 18 (7.42% from 255) = 12.16%
BLUE value IS 26 (10.55% from 255) = 17.57%
R=70.27%
G=12.16%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104182600.830.750.59354.4270.4923.92
Hex68121A0534B3B1624618
Octal150223201231137354210630
Binary11010001001011010010100111001011111011101100010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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