Html Css Color HEX #601522 Pohutukawa

📋 copy color: '#601522'

red 96 ◦ green 21 ◦ blue 34

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

Shades of Pohutukawa #601522

Tints of Pohutukawa #601522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.52%

R = 63.58%
G = 13.91%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#601522 (or 0x601522) is known color: Pohutukawa. HEX triplet: 60, 15 and 22. RGB value is (96,21,34). Sum of RGB (Red+Green+Blue) = 96+21+34=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #601522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601522 is #9FEADD. Grayscale: #2C2C2C. Windows color (decimal): -10480350 or 2233696. OLE color: 2233696.

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

Color convert

RGB 96 21 34 -
CMYK 0 0.78 0.65 0.62
HSL 349.6º 0.64% 0.23% -
HSV(B) 349.6º 0.78% 0.38% -
XYZ 5.38 3.14 1.84 -
YUV 44.91 121.85 164.44 -
System Red Green Blue C M Y K H S L
Decimal 96 21 34 0 0.78 0.65 0.62 349.6 0.64 0.23
Hex 60 15 22 0 4E 41 3E 15E 40 17
Octal 140 25 42 0 116 101 76 536 100 27
Binary 1100000 10101 100010 0 1001110 1000001 111110 101011110 1000000 10111

Color Harmonies of #601522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601522

Black with #601522

Text Example


Text Example

White with #601522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601522; }

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

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

background-color css

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

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

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

border-color css

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

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

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