#620B0A

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

Shades of Red Oxide #620B0A

Tints of Red Oxide #620B0A

Color information

#620B0A (or 0x620B0A) is unknown color: approx Red Oxide. HEX triplet: 62, 0B and 0A. RGB value is (98,11,10). Sum of RGB (Red+Green+Blue) = 98+11+10=119 (15% of max value = 765). Red value is 98 (38.67% from 255 or 82.35% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 98 - color contains mainly: red. Hex color #620B0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620B0A is #9DF4F5. Grayscale: #242424. Windows color (decimal): -10351862 or 658274. OLE color: 658274.

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

Color convert

RGB981110-
CMYK00.890.900.62
HSL0.68º81.48%21.18%-
HSV(B)0.68º89.8%38.43%-
XYZ5.212.860.56-
YUV36.9112.82171.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 82.35%
GREEN value IS 11 (4.69% from 255) = 9.24%
BLUE value IS 10 (4.30% from 255) = 8.40%
R=82.35%
G=9.24%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98111000.890.900.620.6881.4821.18
Hex62BA0595A3E15115
Octal1421312013113276112125
Binary1100010101110100101100110110101111101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #620B0A;
 }
 .AnyTagClassName
 {
   color: #620B0A;
 }
</style>
background-color css

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

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

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

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

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

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