Html Css Color HEX #62020C Pohutukawa

📋 copy color: '#62020C'

red 98 ◦ green 2 ◦ blue 12

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

Shades of Pohutukawa #62020C

Tints of Pohutukawa #62020C

RGB

 RED value IS 98 (38.67% from 255) = 87.5%

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

 BLUE value IS 12 (5.08% from 255) = 10.71%

R = 87.5%
G = 1.79%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#62020C (or 0x62020C) is known color: Pohutukawa. HEX triplet: 62, 02 and 0C. RGB value is (98,2,12). Sum of RGB (Red+Green+Blue) = 98+2+12=112 (14% of max value = 765). Red value is 98 (38.67% from 255 or 87.5% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 98 - color contains mainly: red. Hex color #62020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62020C is #9DFDF3. Grayscale: #1F1F1F. Windows color (decimal): -10354164 or 787042. OLE color: 787042.

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

Color convert

RGB 98 2 12 -
CMYK 0 0.98 0.88 0.62
HSL 353.75º 0.96% 0.2% -
HSV(B) 353.75º 0.98% 0.38% -
XYZ 5.13 2.67 0.59 -
YUV 31.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 98 2 12 0 0.98 0.88 0.62 353.75 0.96 0.2
Hex 62 2 C 0 62 58 3E 162 60 14
Octal 142 2 14 0 142 130 76 542 140 24
Binary 1100010 10 1100 0 1100010 1011000 111110 101100010 1100000 10100

Color Harmonies of #62020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62020C

Black with #62020C

Text Example


Text Example

White with #62020C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,2,12); }

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

background-color css

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

 a { background-color: rgb(98,2,12); }

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

border-color css

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

 span { border-color: rgb(98,2,12); }

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