#68112B

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

Shades of Pohutukawa #68112B

Tints of Pohutukawa #68112B

Color information

#68112B (or 0x68112B) is unknown color: approx Pohutukawa. HEX triplet: 68, 11 and 2B. RGB value is (104,17,43). Sum of RGB (Red+Green+Blue) = 104+17+43=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #68112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68112B is #97EED4. Grayscale: #2D2D2D. Windows color (decimal): -9957077 or 2822504. OLE color: 2822504.

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

Color convert

RGB1041743-
CMYK00.840.590.59
HSL342.07º71.9%23.73%-
HSV(B)342.07º83.65%40.78%-
XYZ6.353.522.63-
YUV45.98126.32169.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.41%
GREEN value IS 17 (7.03% from 255) = 10.37%
BLUE value IS 43 (17.19% from 255) = 26.22%
R=63.41%
G=10.37%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104174300.840.590.59342.0771.923.73
Hex68112B0543B3B1564818
Octal15021530124737352611030
Binary11010001000110101101010100111011111011101010110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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