Html Css Color HEX #620F08 Red Oxide

📋 copy color: '#620F08'

red 98 ◦ green 15 ◦ blue 8

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

Shades of Red Oxide #620F08

Tints of Red Oxide #620F08

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.4%

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

R = 80.99%
G = 12.4%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#620F08 (or 0x620F08) is known color: Red Oxide. HEX triplet: 62, 0F and 08. RGB value is (98,15,8). Sum of RGB (Red+Green+Blue) = 98+15+8=121 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.99% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 98 - color contains mainly: red. Hex color #620F08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620F08 is #9DF0F7. Grayscale: #272727. Windows color (decimal): -10350840 or 528226. OLE color: 528226.

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

Color convert

RGB 98 15 8 -
CMYK 0 0.85 0.92 0.62
HSL 4.67º 0.85% 0.21% -
HSV(B) 4.67º 0.92% 0.38% -
XYZ 5.25 2.96 0.52 -
YUV 39.02 110.5 170.07 -
System Red Green Blue C M Y K H S L
Decimal 98 15 8 0 0.85 0.92 0.62 4.67 0.85 0.21
Hex 62 F 8 0 55 5C 3E 5 55 15
Octal 142 17 10 0 125 134 76 5 125 25
Binary 1100010 1111 1000 0 1010101 1011100 111110 101 1010101 10101

Color Harmonies of #620F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620F08

Black with #620F08

Text Example


Text Example

White with #620F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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