Html Css Color HEX #60021F Pohutukawa

📋 copy color: '#60021F'

red 96 ◦ green 2 ◦ blue 31

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

Shades of Pohutukawa #60021F

Tints of Pohutukawa #60021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.03%

R = 74.42%
G = 1.55%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#60021F (or 0x60021F) is known color: Pohutukawa. HEX triplet: 60, 02 and 1F. RGB value is (96,2,31). Sum of RGB (Red+Green+Blue) = 96+2+31=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #60021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60021F is #9FFDE0. Grayscale: #212121. Windows color (decimal): -10485217 or 2032224. OLE color: 2032224.

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

Color convert

RGB 96 2 31 -
CMYK 0 0.98 0.68 0.62
HSL 341.49º 0.96% 0.19% -
HSV(B) 341.49º 0.98% 0.38% -
XYZ 5.09 2.63 1.54 -
YUV 33.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 96 2 31 0 0.98 0.68 0.62 341.49 0.96 0.19
Hex 60 2 1F 0 62 44 3E 155 60 13
Octal 140 2 37 0 142 104 76 525 140 23
Binary 1100000 10 11111 0 1100010 1000100 111110 101010101 1100000 10011

Color Harmonies of #60021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60021F

Black with #60021F

Text Example


Text Example

White with #60021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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