Html Css Color HEX #60021C Pohutukawa

📋 copy color: '#60021C'

red 96 ◦ green 2 ◦ blue 28

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

Shades of Pohutukawa #60021C

Tints of Pohutukawa #60021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.59%

 BLUE value IS 28 (11.33% from 255) = 22.22%

R = 76.19%
G = 1.59%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#60021C (or 0x60021C) is known color: Pohutukawa. HEX triplet: 60, 02 and 1C. RGB value is (96,2,28). Sum of RGB (Red+Green+Blue) = 96+2+28=126 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.19% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 96 - color contains mainly: red. Hex color #60021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60021C is #9FFDE3. Grayscale: #212121. Windows color (decimal): -10485220 or 1835616. OLE color: 1835616.

HSL color Cylindrical-coordinate representation of color #60021C: hue angle of 343.4º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60021C is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 2 28 -
CMYK 0 0.98 0.71 0.62
HSL 343.4º 0.96% 0.19% -
HSV(B) 343.4º 0.98% 0.38% -
XYZ 5.06 2.61 1.34 -
YUV 33.07 125.14 172.89 -
System Red Green Blue C M Y K H S L
Decimal 96 2 28 0 0.98 0.71 0.62 343.4 0.96 0.19
Hex 60 2 1C 0 62 47 3E 157 60 13
Octal 140 2 34 0 142 107 76 527 140 23
Binary 1100000 10 11100 0 1100010 1000111 111110 101010111 1100000 10011

Color Harmonies of #60021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60021C

Black with #60021C

Text Example


Text Example

White with #60021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60021C; }

 p { color: rgb(96,2,28); }

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

background-color css

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

 a { background-color: rgb(96,2,28); }

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

border-color css

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

 span { border-color: rgb(96,2,28); }

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