#620C0B

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

Shades of Red Oxide #620C0B

Tints of Red Oxide #620C0B

Color information

#620C0B (or 0x620C0B) is unknown color: approx Red Oxide. HEX triplet: 62, 0C and 0B. RGB value is (98,12,11). Sum of RGB (Red+Green+Blue) = 98+12+11=121 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.99% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 98 - color contains mainly: red. Hex color #620C0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620C0B is #9DF3F4. Grayscale: #252525. Windows color (decimal): -10351605 or 724066. OLE color: 724066.

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

Color convert

RGB981211-
CMYK00.880.890.62
HSL0.69º79.82%21.37%-
HSV(B)0.69º88.78%38.43%-
XYZ5.232.880.6-
YUV37.6112.99171.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 80.99%
GREEN value IS 12 (5.08% from 255) = 9.92%
BLUE value IS 11 (4.69% from 255) = 9.09%
R=80.99%
G=9.92%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98121100.880.890.620.6979.8221.37
Hex62CB058593E15015
Octal1421413013013176112025
Binary1100010110010110101100010110011111101101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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