Html Css Color HEX #600718 Pohutukawa

📋 copy color: '#600718'

red 96 ◦ green 7 ◦ blue 24

#600718
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #600718

Tints of Pohutukawa #600718

RGB

 RED value IS 96 (37.89% from 255) = 75.59%

 GREEN value IS 7 (3.13% from 255) = 5.51%

 BLUE value IS 24 (9.77% from 255) = 18.9%

R = 75.59%
G = 5.51%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#600718 (or 0x600718) is known color: 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

RGB 96 7 24 -
CMYK 0 0.93 0.75 0.62
HSL 348.54º 0.86% 0.2% -
HSV(B) 348.54º 0.93% 0.38% -
XYZ 5.06 2.7 1.12 -
YUV 35.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 96 7 24 0 0.93 0.75 0.62 348.54 0.86 0.2
Hex 60 7 18 0 5D 4B 3E 15D 56 14
Octal 140 7 30 0 135 113 76 535 126 24
Binary 1100000 111 11000 0 1011101 1001011 111110 101011101 1010110 10100

Color Harmonies of #600718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600718

Black with #600718

Text Example


Text Example

White with #600718

Text Example


Text Example

HTML Codes & Css Web 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>