Html Css Color HEX #62090F Pohutukawa

📋 copy color: '#62090F'

red 98 ◦ green 9 ◦ blue 15

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

Shades of Pohutukawa #62090F

Tints of Pohutukawa #62090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.3%

R = 80.33%
G = 7.38%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#62090F (or 0x62090F) is known color: Pohutukawa. HEX triplet: 62, 09 and 0F. RGB value is (98,9,15). Sum of RGB (Red+Green+Blue) = 98+9+15=122 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.33% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 98 - color contains mainly: red. Hex color #62090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62090F is #9DF6F0. Grayscale: #242424. Windows color (decimal): -10352369 or 985442. OLE color: 985442.

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

Color convert

RGB 98 9 15 -
CMYK 0 0.91 0.85 0.62
HSL 355.96º 0.83% 0.21% -
HSV(B) 355.96º 0.91% 0.38% -
XYZ 5.22 2.83 0.72 -
YUV 36.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 98 9 15 0 0.91 0.85 0.62 355.96 0.83 0.21
Hex 62 9 F 0 5B 55 3E 164 53 15
Octal 142 11 17 0 133 125 76 544 123 25
Binary 1100010 1001 1111 0 1011011 1010101 111110 101100100 1010011 10101

Color Harmonies of #62090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62090F

Black with #62090F

Text Example


Text Example

White with #62090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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