#600718

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

Shades of Pohutukawa #600718

Tints of Pohutukawa #600718

Color information

#600718 (or 0x600718) is unknown color: approx Pohutukawa. HEX triplet: 60, 07 and 18. RGB value is (96,7,24). Sum of RGB (Red+Green+Blue) = 96+7+24=127 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75.59% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 96 - color contains mainly: red. Hex color #600718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600718 is #9FF8E7. Grayscale: #232323. Windows color (decimal): -10483944 or 1574752. OLE color: 1574752.

HSL color Cylindrical-coordinate representation of color #600718: hue angle of 348.54º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600718 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB96724-
CMYK00.930.750.62
HSL348.54º86.41%20.2%-
HSV(B)348.54º92.71%37.65%-
XYZ5.062.71.12-
YUV35.55121.49171.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 75.59%
GREEN value IS 7 (3.12% from 255) = 5.51%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=75.59%
G=5.51%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9672400.930.750.62348.5486.4120.2
Hex6071805D4B3E15d5614
Octal14073001351137653512624
Binary110000011111000010111011001011111110101011101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600718; }

 p { color: rgb(96,7,24); }

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

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

 a { background-color: rgb(96,7,24); }

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

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

 span { border-color: rgb(96,7,24); }

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