Html Css Color HEX #601519 Pohutukawa

📋 copy color: '#601519'

red 96 ◦ green 21 ◦ blue 25

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

Shades of Pohutukawa #601519

Tints of Pohutukawa #601519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.61%

R = 67.61%
G = 14.79%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#601519 (or 0x601519) is known color: Pohutukawa. HEX triplet: 60, 15 and 19. RGB value is (96,21,25). Sum of RGB (Red+Green+Blue) = 96+21+25=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #601519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601519 is #9FEAE6. Grayscale: #2B2B2B. Windows color (decimal): -10480359 or 1643872. OLE color: 1643872.

HSL color Cylindrical-coordinate representation of color #601519: hue angle of 356.8º 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 #601519 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 21 25 -
CMYK 0 0.78 0.74 0.62
HSL 356.8º 0.64% 0.23% -
HSV(B) 356.8º 0.78% 0.38% -
XYZ 5.27 3.09 1.24 -
YUV 43.88 117.35 165.17 -
System Red Green Blue C M Y K H S L
Decimal 96 21 25 0 0.78 0.74 0.62 356.8 0.64 0.23
Hex 60 15 19 0 4E 4A 3E 165 40 17
Octal 140 25 31 0 116 112 76 545 100 27
Binary 1100000 10101 11001 0 1001110 1001010 111110 101100101 1000000 10111

Color Harmonies of #601519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601519

Black with #601519

Text Example


Text Example

White with #601519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601519; }

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

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

background-color css

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

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

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

border-color css

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

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

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