Html Css Color HEX #62080B Pohutukawa

📋 copy color: '#62080B'

red 98 ◦ green 8 ◦ blue 11

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

Shades of Pohutukawa #62080B

Tints of Pohutukawa #62080B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.84%

 BLUE value IS 11 (4.69% from 255) = 9.4%

R = 83.76%
G = 6.84%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#62080B (or 0x62080B) is known color: Pohutukawa. HEX triplet: 62, 08 and 0B. RGB value is (98,8,11). Sum of RGB (Red+Green+Blue) = 98+8+11=117 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.76% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 98 - color contains mainly: red. Hex color #62080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62080B is #9DF7F4. Grayscale: #232323. Windows color (decimal): -10352629 or 723042. OLE color: 723042.

HSL color Cylindrical-coordinate representation of color #62080B: hue angle of 358º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62080B is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 8 11 -
CMYK 0 0.92 0.89 0.62
HSL 358º 0.85% 0.21% -
HSV(B) 358º 0.92% 0.38% -
XYZ 5.18 2.79 0.58 -
YUV 35.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 98 8 11 0 0.92 0.89 0.62 358 0.85 0.21
Hex 62 8 B 0 5C 59 3E 166 55 15
Octal 142 10 13 0 134 131 76 546 125 25
Binary 1100010 1000 1011 0 1011100 1011001 111110 101100110 1010101 10101

Color Harmonies of #62080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62080B

Black with #62080B

Text Example


Text Example

White with #62080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62080B; }

 p { color: rgb(98,8,11); }

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

background-color css

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

 a { background-color: rgb(98,8,11); }

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

border-color css

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

 span { border-color: rgb(98,8,11); }

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