#681112

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

Shades of Pohutukawa #681112

Tints of Pohutukawa #681112

Color information

#681112 (or 0x681112) is unknown color: approx Pohutukawa. HEX triplet: 68, 11 and 12. RGB value is (104,17,18). Sum of RGB (Red+Green+Blue) = 104+17+18=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #681112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681112 is #97EEED. Grayscale: #2B2B2B. Windows color (decimal): -9957102 or 1184104. OLE color: 1184104.

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

Color convert

RGB1041718-
CMYK00.840.830.59
HSL359.31º71.9%23.73%-
HSV(B)359.31º83.65%40.78%-
XYZ6.023.390.91-
YUV43.13113.82171.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 74.82%
GREEN value IS 17 (7.03% from 255) = 12.23%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=74.82%
G=12.23%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104171800.840.830.59359.3171.923.73
Hex681112054533B1674818
Octal150212201241237354711030
Binary11010001000110010010101001010011111011101100111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681112; }

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

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

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

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

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

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

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

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