#68112A

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

Shades of Pohutukawa #68112A

Tints of Pohutukawa #68112A

Color information

#68112A (or 0x68112A) is unknown color: approx Pohutukawa. HEX triplet: 68, 11 and 2A. RGB value is (104,17,42). Sum of RGB (Red+Green+Blue) = 104+17+42=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #68112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68112A is #97EED5. Grayscale: #2D2D2D. Windows color (decimal): -9957078 or 2756968. OLE color: 2756968.

HSL color Cylindrical-coordinate representation of color #68112A: hue angle of 342.76º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68112A is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB1041742-
CMYK00.840.600.59
HSL342.76º71.9%23.73%-
HSV(B)342.76º83.65%40.78%-
XYZ6.333.512.53-
YUV45.86125.82169.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.80%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=63.80%
G=10.43%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104174200.840.600.59342.7671.923.73
Hex68112A0543C3B1574818
Octal15021520124747352711030
Binary11010001000110101001010100111100111011101010111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,17,42); }

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

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

 a { background-color: rgb(104,17,42); }

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

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

 span { border-color: rgb(104,17,42); }

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