Html Css Color HEX #602029 Pohutukawa

📋 copy color: '#602029'

red 96 ◦ green 32 ◦ blue 41

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

Shades of Pohutukawa #602029

Tints of Pohutukawa #602029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.93%

 BLUE value IS 41 (16.41% from 255) = 24.26%

R = 56.8%
G = 18.93%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#602029 (or 0x602029) is known color: Pohutukawa. HEX triplet: 60, 20 and 29. RGB value is (96,32,41). Sum of RGB (Red+Green+Blue) = 96+32+41=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #602029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602029 is #9FDFD6. Grayscale: #343434. Windows color (decimal): -10477527 or 2695264. OLE color: 2695264.

HSL color Cylindrical-coordinate representation of color #602029: hue angle of 351.56º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602029 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 32 41 -
CMYK 0 0.67 0.57 0.62
HSL 351.56º 0.5% 0.25% -
HSV(B) 351.56º 0.67% 0.38% -
XYZ 5.74 3.68 2.51 -
YUV 52.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 96 32 41 0 0.67 0.57 0.62 351.56 0.5 0.25
Hex 60 20 29 0 43 39 3E 160 32 19
Octal 140 40 51 0 103 71 76 540 62 31
Binary 1100000 100000 101001 0 1000011 111001 111110 101100000 110010 11001

Color Harmonies of #602029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602029

Black with #602029

Text Example


Text Example

White with #602029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602029; }

 p { color: rgb(96,32,41); }

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

background-color css

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

 a { background-color: rgb(96,32,41); }

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

border-color css

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

 span { border-color: rgb(96,32,41); }

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