#610B0B

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

Shades of Red Oxide #610B0B

Tints of Red Oxide #610B0B

Color information

#610B0B (or 0x610B0B) is unknown color: approx Red Oxide. HEX triplet: 61, 0B and 0B. RGB value is (97,11,11). Sum of RGB (Red+Green+Blue) = 97+11+11=119 (15% of max value = 765). Red value is 97 (38.28% from 255 or 81.51% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 97 - color contains mainly: red. Hex color #610B0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610B0B is #9EF4F4. Grayscale: #242424. Windows color (decimal): -10417397 or 723809. OLE color: 723809.

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

Color convert

RGB971111-
CMYK00.890.890.62
HSL79.63%21.18%-
HSV(B)88.66%38.04%-
XYZ5.112.80.59-
YUV36.71113.49171-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 81.51%
GREEN value IS 11 (4.69% from 255) = 9.24%
BLUE value IS 11 (4.69% from 255) = 9.24%
R=81.51%
G=9.24%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97111100.890.890.62079.6321.18
Hex61BB059593E05015
Octal1411313013113176012025
Binary1100001101110110101100110110011111100101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610B0B; }

 p { color: rgb(97,11,11); }

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

<style>
 a { background-color: #610B0B; }

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

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

<style>
 span { border-color: #610B0B; }

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

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