Html Css Color HEX #601518 Pohutukawa

📋 copy color: '#601518'

red 96 ◦ green 21 ◦ blue 24

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

Shades of Pohutukawa #601518

Tints of Pohutukawa #601518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.89%

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

R = 68.09%
G = 14.89%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#601518 (or 0x601518) is known color: Pohutukawa. HEX triplet: 60, 15 and 18. RGB value is (96,21,24). Sum of RGB (Red+Green+Blue) = 96+21+24=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #601518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601518 is #9FEAE7. Grayscale: #2B2B2B. Windows color (decimal): -10480360 or 1578336. OLE color: 1578336.

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

Color convert

RGB 96 21 24 -
CMYK 0 0.78 0.75 0.62
HSL 357.6º 0.64% 0.23% -
HSV(B) 357.6º 0.78% 0.38% -
XYZ 5.26 3.09 1.18 -
YUV 43.77 116.85 165.26 -
System Red Green Blue C M Y K H S L
Decimal 96 21 24 0 0.78 0.75 0.62 357.6 0.64 0.23
Hex 60 15 18 0 4E 4B 3E 166 40 17
Octal 140 25 30 0 116 113 76 546 100 27
Binary 1100000 10101 11000 0 1001110 1001011 111110 101100110 1000000 10111

Color Harmonies of #601518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601518

Black with #601518

Text Example


Text Example

White with #601518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601518; }

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

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

background-color css

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

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

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

border-color css

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

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

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