Html Css Color HEX #60021D Pohutukawa

📋 copy color: '#60021D'

red 96 ◦ green 2 ◦ blue 29

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

Shades of Pohutukawa #60021D

Tints of Pohutukawa #60021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.83%

R = 75.59%
G = 1.57%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#60021D (or 0x60021D) is known color: Pohutukawa. HEX triplet: 60, 02 and 1D. RGB value is (96,2,29). Sum of RGB (Red+Green+Blue) = 96+2+29=127 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75.59% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 96 - color contains mainly: red. Hex color #60021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60021D is #9FFDE2. Grayscale: #212121. Windows color (decimal): -10485219 or 1901152. OLE color: 1901152.

HSL color Cylindrical-coordinate representation of color #60021D: hue angle of 342.77º 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 #60021D is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 2 29 -
CMYK 0 0.98 0.70 0.62
HSL 342.77º 0.96% 0.19% -
HSV(B) 342.77º 0.98% 0.38% -
XYZ 5.07 2.62 1.4 -
YUV 33.18 125.64 172.8 -
System Red Green Blue C M Y K H S L
Decimal 96 2 29 0 0.98 0.70 0.62 342.77 0.96 0.19
Hex 60 2 1D 0 62 46 3E 157 60 13
Octal 140 2 35 0 142 106 76 527 140 23
Binary 1100000 10 11101 0 1100010 1000110 111110 101010111 1100000 10011

Color Harmonies of #60021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60021D

Black with #60021D

Text Example


Text Example

White with #60021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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