Html Css Color HEX #620B05 Red Oxide

📋 copy color: '#620B05'

red 98 ◦ green 11 ◦ blue 5

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

Shades of Red Oxide #620B05

Tints of Red Oxide #620B05

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.65%

 BLUE value IS 5 (2.34% from 255) = 4.39%

R = 85.96%
G = 9.65%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#620B05 (or 0x620B05) is known color: Red Oxide. HEX triplet: 62, 0B and 05. RGB value is (98,11,5). Sum of RGB (Red+Green+Blue) = 98+11+5=114 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.96% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 98 - color contains mainly: red. Hex color #620B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620B05 is #9DF4FA. Grayscale: #242424. Windows color (decimal): -10351867 or 330594. OLE color: 330594.

HSL color Cylindrical-coordinate representation of color #620B05: hue angle of 3.87º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620B05 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 11 5 -
CMYK 0 0.89 0.95 0.62
HSL 3.87º 0.9% 0.2% -
HSV(B) 3.87º 0.95% 0.38% -
XYZ 5.18 2.85 0.42 -
YUV 36.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 98 11 5 0 0.89 0.95 0.62 3.87 0.9 0.2
Hex 62 B 5 0 59 5F 3E 4 5A 14
Octal 142 13 5 0 131 137 76 4 132 24
Binary 1100010 1011 101 0 1011001 1011111 111110 100 1011010 10100

Color Harmonies of #620B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620B05

Black with #620B05

Text Example


Text Example

White with #620B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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