Html Css Color HEX #601521 Pohutukawa

📋 copy color: '#601521'

red 96 ◦ green 21 ◦ blue 33

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

Shades of Pohutukawa #601521

Tints of Pohutukawa #601521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 22%

R = 64%
G = 14%
B = 22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#601521 (or 0x601521) is known color: Pohutukawa. HEX triplet: 60, 15 and 21. RGB value is (96,21,33). Sum of RGB (Red+Green+Blue) = 96+21+33=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #601521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601521 is #9FEADE. Grayscale: #2C2C2C. Windows color (decimal): -10480351 or 2168160. OLE color: 2168160.

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

Color convert

RGB 96 21 33 -
CMYK 0 0.78 0.66 0.62
HSL 350.4º 0.64% 0.23% -
HSV(B) 350.4º 0.78% 0.38% -
XYZ 5.37 3.13 1.76 -
YUV 44.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 96 21 33 0 0.78 0.66 0.62 350.4 0.64 0.23
Hex 60 15 21 0 4E 42 3E 15E 40 17
Octal 140 25 41 0 116 102 76 536 100 27
Binary 1100000 10101 100001 0 1001110 1000010 111110 101011110 1000000 10111

Color Harmonies of #601521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601521

Black with #601521

Text Example


Text Example

White with #601521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601521; }

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

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

background-color css

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

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

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

border-color css

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

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

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