#681218

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

Shades of Pohutukawa #681218

Tints of Pohutukawa #681218

Color information

#681218 (or 0x681218) is unknown color: approx Pohutukawa. HEX triplet: 68, 12 and 18. RGB value is (104,18,24). Sum of RGB (Red+Green+Blue) = 104+18+24=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #681218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681218 is #97EDE7. Grayscale: #2C2C2C. Windows color (decimal): -9956840 or 1577576. OLE color: 1577576.

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

Color convert

RGB1041824-
CMYK00.830.770.59
HSL355.81º70.49%23.92%-
HSV(B)355.81º82.69%40.78%-
XYZ6.093.441.21-
YUV44.4116.49170.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.23%
GREEN value IS 18 (7.42% from 255) = 12.33%
BLUE value IS 24 (9.77% from 255) = 16.44%
R=71.23%
G=12.33%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104182400.830.770.59355.8170.4923.92
Hex6812180534D3B1644618
Octal150223001231157354410630
Binary11010001001011000010100111001101111011101100100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681218; }

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

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

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

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

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

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

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

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