#620B05

Color #620B05 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #620B05

Tints of Red Oxide #620B05

Color information

#620B05 (or 0x620B05) is unknown color: approx 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

RGB98115-
CMYK00.890.950.62
HSL3.87º90.29%20.2%-
HSV(B)3.87º94.9%38.43%-
XYZ5.182.850.42-
YUV36.33110.32171.99-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9811500.890.950.623.8790.2920.2
Hex62B50595F3E45a14
Octal142135013113776413224
Binary11000101011101010110011011111111110100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>