Html Css Color HEX #600518 Pohutukawa

📋 copy color: '#600518'

red 96 ◦ green 5 ◦ blue 24

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

Shades of Pohutukawa #600518

Tints of Pohutukawa #600518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4%

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

R = 76.8%
G = 4%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#600518 (or 0x600518) is known color: Pohutukawa. HEX triplet: 60, 05 and 18. RGB value is (96,5,24). Sum of RGB (Red+Green+Blue) = 96+5+24=125 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.8% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 96 - color contains mainly: red. Hex color #600518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600518 is #9FFAE7. Grayscale: #222222. Windows color (decimal): -10484456 or 1574240. OLE color: 1574240.

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

Color convert

RGB 96 5 24 -
CMYK 0 0.95 0.75 0.62
HSL 347.47º 0.9% 0.2% -
HSV(B) 347.47º 0.95% 0.38% -
XYZ 5.04 2.66 1.11 -
YUV 34.38 122.15 171.96 -
System Red Green Blue C M Y K H S L
Decimal 96 5 24 0 0.95 0.75 0.62 347.47 0.9 0.2
Hex 60 5 18 0 5F 4B 3E 15B 5A 14
Octal 140 5 30 0 137 113 76 533 132 24
Binary 1100000 101 11000 0 1011111 1001011 111110 101011011 1011010 10100

Color Harmonies of #600518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600518

Black with #600518

Text Example


Text Example

White with #600518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600518; }

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

 H1.HeaderClassName
 {
   color: #600518;
 }
 .AnyTagClassName
 {
   color: #600518;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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