Html Css Color HEX #62020E Pohutukawa

📋 copy color: '#62020E'

red 98 ◦ green 2 ◦ blue 14

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

Shades of Pohutukawa #62020E

Tints of Pohutukawa #62020E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.28%

R = 85.96%
G = 1.75%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#62020E (or 0x62020E) is known color: Pohutukawa. HEX triplet: 62, 02 and 0E. RGB value is (98,2,14). Sum of RGB (Red+Green+Blue) = 98+2+14=114 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.96% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 98 - color contains mainly: red. Hex color #62020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62020E is #9DFDF1. Grayscale: #202020. Windows color (decimal): -10354162 or 918114. OLE color: 918114.

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

Color convert

RGB 98 2 14 -
CMYK 0 0.98 0.86 0.62
HSL 352.5º 0.96% 0.2% -
HSV(B) 352.5º 0.98% 0.38% -
XYZ 5.14 2.67 0.66 -
YUV 32.07 117.8 175.02 -
System Red Green Blue C M Y K H S L
Decimal 98 2 14 0 0.98 0.86 0.62 352.5 0.96 0.2
Hex 62 2 E 0 62 56 3E 160 60 14
Octal 142 2 16 0 142 126 76 540 140 24
Binary 1100010 10 1110 0 1100010 1010110 111110 101100000 1100000 10100

Color Harmonies of #62020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62020E

Black with #62020E

Text Example


Text Example

White with #62020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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