Html Css Color HEX #602128 Pohutukawa

📋 copy color: '#602128'

red 96 ◦ green 33 ◦ blue 40

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

Shades of Pohutukawa #602128

Tints of Pohutukawa #602128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.53%

 BLUE value IS 40 (16.02% from 255) = 23.67%

R = 56.8%
G = 19.53%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#602128 (or 0x602128) is known color: Pohutukawa. HEX triplet: 60, 21 and 28. RGB value is (96,33,40). Sum of RGB (Red+Green+Blue) = 96+33+40=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #602128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602128 is #9FDED7. Grayscale: #343434. Windows color (decimal): -10477272 or 2629984. OLE color: 2629984.

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

Color convert

RGB 96 33 40 -
CMYK 0 0.66 0.58 0.62
HSL 353.33º 0.49% 0.25% -
HSV(B) 353.33º 0.66% 0.38% -
XYZ 5.75 3.73 2.42 -
YUV 52.64 120.87 158.93 -
System Red Green Blue C M Y K H S L
Decimal 96 33 40 0 0.66 0.58 0.62 353.33 0.49 0.25
Hex 60 21 28 0 42 3A 3E 161 31 19
Octal 140 41 50 0 102 72 76 541 61 31
Binary 1100000 100001 101000 0 1000010 111010 111110 101100001 110001 11001

Color Harmonies of #602128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602128

Black with #602128

Text Example


Text Example

White with #602128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602128; }

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

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

background-color css

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

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

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

border-color css

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

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

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