Html Css Color HEX #602127 Pohutukawa

📋 copy color: '#602127'

red 96 ◦ green 33 ◦ blue 39

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

Shades of Pohutukawa #602127

Tints of Pohutukawa #602127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 23.21%

R = 57.14%
G = 19.64%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#602127 (or 0x602127) is known color: Pohutukawa. HEX triplet: 60, 21 and 27. RGB value is (96,33,39). Sum of RGB (Red+Green+Blue) = 96+33+39=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #602127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602127 is #9FDED8. Grayscale: #343434. Windows color (decimal): -10477273 or 2564448. OLE color: 2564448.

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

Color convert

RGB 96 33 39 -
CMYK 0 0.66 0.59 0.62
HSL 354.29º 0.49% 0.25% -
HSV(B) 354.29º 0.66% 0.38% -
XYZ 5.73 3.72 2.34 -
YUV 52.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 96 33 39 0 0.66 0.59 0.62 354.29 0.49 0.25
Hex 60 21 27 0 42 3B 3E 162 31 19
Octal 140 41 47 0 102 73 76 542 61 31
Binary 1100000 100001 100111 0 1000010 111011 111110 101100010 110001 11001

Color Harmonies of #602127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602127

Black with #602127

Text Example


Text Example

White with #602127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602127; }

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

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

background-color css

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

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

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

border-color css

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

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

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