Html Css Color HEX #620212 Pohutukawa

📋 copy color: '#620212'

red 98 ◦ green 2 ◦ blue 18

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

Shades of Pohutukawa #620212

Tints of Pohutukawa #620212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.25%

R = 83.05%
G = 1.69%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#620212 (or 0x620212) is known color: Pohutukawa. HEX triplet: 62, 02 and 12. RGB value is (98,2,18). Sum of RGB (Red+Green+Blue) = 98+2+18=118 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.05% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 98 - color contains mainly: red. Hex color #620212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620212 is #9DFDED. Grayscale: #202020. Windows color (decimal): -10354158 or 1180258. OLE color: 1180258.

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

Color convert

RGB 98 2 18 -
CMYK 0 0.98 0.82 0.62
HSL 350º 0.96% 0.2% -
HSV(B) 350º 0.98% 0.38% -
XYZ 5.17 2.68 0.82 -
YUV 32.53 119.8 174.7 -
System Red Green Blue C M Y K H S L
Decimal 98 2 18 0 0.98 0.82 0.62 350 0.96 0.2
Hex 62 2 12 0 62 52 3E 15E 60 14
Octal 142 2 22 0 142 122 76 536 140 24
Binary 1100010 10 10010 0 1100010 1010010 111110 101011110 1100000 10100

Color Harmonies of #620212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620212

Black with #620212

Text Example


Text Example

White with #620212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620212; }

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

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

background-color css

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

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

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

border-color css

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

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

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