Html Css Color HEX #620F09 Red Oxide

📋 copy color: '#620F09'

red 98 ◦ green 15 ◦ blue 9

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

Shades of Red Oxide #620F09

Tints of Red Oxide #620F09

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

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

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

Color convert

RGB 98 15 9 -
CMYK 0 0.85 0.91 0.62
HSL 4.04º 0.83% 0.21% -
HSV(B) 4.04º 0.91% 0.38% -
XYZ 5.26 2.96 0.55 -
YUV 39.13 111 169.99 -
System Red Green Blue C M Y K H S L
Decimal 98 15 9 0 0.85 0.91 0.62 4.04 0.83 0.21
Hex 62 F 9 0 55 5B 3E 4 53 15
Octal 142 17 11 0 125 133 76 4 123 25
Binary 1100010 1111 1001 0 1010101 1011011 111110 100 1010011 10101

Color Harmonies of #620F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620F09

Black with #620F09

Text Example


Text Example

White with #620F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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