Html Css Color HEX #620908 Red Oxide

📋 copy color: '#620908'

red 98 ◦ green 9 ◦ blue 8

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

Shades of Red Oxide #620908

Tints of Red Oxide #620908

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

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

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

Color convert

RGB 98 9 8 -
CMYK 0 0.91 0.92 0.62
HSL 0.67º 0.85% 0.21% -
HSV(B) 0.67º 0.92% 0.38% -
XYZ 5.18 2.81 0.5 -
YUV 35.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 98 9 8 0 0.91 0.92 0.62 0.67 0.85 0.21
Hex 62 9 8 0 5B 5C 3E 1 55 15
Octal 142 11 10 0 133 134 76 1 125 25
Binary 1100010 1001 1000 0 1011011 1011100 111110 1 1010101 10101

Color Harmonies of #620908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620908

Black with #620908

Text Example


Text Example

White with #620908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620908; }

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

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

background-color css

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

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

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

border-color css

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

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

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