Html Css Color HEX #620809 Pohutukawa

📋 copy color: '#620809'

red 98 ◦ green 8 ◦ blue 9

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

Shades of Pohutukawa #620809

Tints of Pohutukawa #620809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.83%

R = 85.22%
G = 6.96%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#620809 (or 0x620809) is known color: Pohutukawa. HEX triplet: 62, 08 and 09. RGB value is (98,8,9). Sum of RGB (Red+Green+Blue) = 98+8+9=115 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.22% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 98 - color contains mainly: red. Hex color #620809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620809 is #9DF7F6. Grayscale: #232323. Windows color (decimal): -10352631 or 591970. OLE color: 591970.

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

Color convert

RGB 98 8 9 -
CMYK 0 0.92 0.91 0.62
HSL 359.33º 0.85% 0.21% -
HSV(B) 359.33º 0.92% 0.38% -
XYZ 5.17 2.79 0.52 -
YUV 35.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 98 8 9 0 0.92 0.91 0.62 359.33 0.85 0.21
Hex 62 8 9 0 5C 5B 3E 167 55 15
Octal 142 10 11 0 134 133 76 547 125 25
Binary 1100010 1000 1001 0 1011100 1011011 111110 101100111 1010101 10101

Color Harmonies of #620809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620809

Black with #620809

Text Example


Text Example

White with #620809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620809; }

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

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

background-color css

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

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

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

border-color css

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

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

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