Html Css Color HEX #62090C Pohutukawa

📋 copy color: '#62090C'

red 98 ◦ green 9 ◦ blue 12

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

Shades of Pohutukawa #62090C

Tints of Pohutukawa #62090C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.56%

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

R = 82.35%
G = 7.56%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#62090C (or 0x62090C) is known color: Pohutukawa. HEX triplet: 62, 09 and 0C. RGB value is (98,9,12). Sum of RGB (Red+Green+Blue) = 98+9+12=119 (15% of max value = 765). Red value is 98 (38.67% from 255 or 82.35% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 98 - color contains mainly: red. Hex color #62090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62090C is #9DF6F3. Grayscale: #242424. Windows color (decimal): -10352372 or 788834. OLE color: 788834.

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

Color convert

RGB 98 9 12 -
CMYK 0 0.91 0.88 0.62
HSL 357.98º 0.83% 0.21% -
HSV(B) 357.98º 0.91% 0.38% -
XYZ 5.2 2.82 0.62 -
YUV 35.95 114.49 172.26 -
System Red Green Blue C M Y K H S L
Decimal 98 9 12 0 0.91 0.88 0.62 357.98 0.83 0.21
Hex 62 9 C 0 5B 58 3E 166 53 15
Octal 142 11 14 0 133 130 76 546 123 25
Binary 1100010 1001 1100 0 1011011 1011000 111110 101100110 1010011 10101

Color Harmonies of #62090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62090C

Black with #62090C

Text Example


Text Example

White with #62090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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