#681118

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

Shades of Pohutukawa #681118

Tints of Pohutukawa #681118

Color information

#681118 (or 0x681118) is unknown color: approx Pohutukawa. HEX triplet: 68, 11 and 18. RGB value is (104,17,24). Sum of RGB (Red+Green+Blue) = 104+17+24=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #681118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681118 is #97EEE7. Grayscale: #2B2B2B. Windows color (decimal): -9957096 or 1577320. OLE color: 1577320.

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

Color convert

RGB1041724-
CMYK00.840.770.59
HSL355.17º71.9%23.73%-
HSV(B)355.17º83.65%40.78%-
XYZ6.073.411.2-
YUV43.81116.82170.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.72%
GREEN value IS 17 (7.03% from 255) = 11.72%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=71.72%
G=11.72%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104172400.840.770.59355.1771.923.73
Hex6811180544D3B1634818
Octal150213001241157354311030
Binary11010001000111000010101001001101111011101100011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681118; }

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

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

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

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

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

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

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

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