Html Css Color HEX #602028 Pohutukawa

📋 copy color: '#602028'

red 96 ◦ green 32 ◦ blue 40

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

Shades of Pohutukawa #602028

Tints of Pohutukawa #602028

RGB

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

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

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

R = 57.14%
G = 19.05%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#602028 (or 0x602028) is known color: Pohutukawa. HEX triplet: 60, 20 and 28. RGB value is (96,32,40). Sum of RGB (Red+Green+Blue) = 96+32+40=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #602028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602028 is #9FDFD7. Grayscale: #343434. Windows color (decimal): -10477528 or 2629728. OLE color: 2629728.

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

Color convert

RGB 96 32 40 -
CMYK 0 0.67 0.58 0.62
HSL 352.5º 0.5% 0.25% -
HSV(B) 352.5º 0.67% 0.38% -
XYZ 5.72 3.67 2.41 -
YUV 52.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 96 32 40 0 0.67 0.58 0.62 352.5 0.5 0.25
Hex 60 20 28 0 43 3A 3E 160 32 19
Octal 140 40 50 0 103 72 76 540 62 31
Binary 1100000 100000 101000 0 1000011 111010 111110 101100000 110010 11001

Color Harmonies of #602028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602028

Black with #602028

Text Example


Text Example

White with #602028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602028; }

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

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

background-color css

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

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

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

border-color css

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

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

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