#53170B

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

Shades of Red Oxide #53170B

Tints of Red Oxide #53170B

Color information

#53170B (or 0x53170B) is unknown color: approx Red Oxide. HEX triplet: 53, 17 and 0B. RGB value is (83,23,11). Sum of RGB (Red+Green+Blue) = 83+23+11=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #53170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53170B is #ACE8F4. Grayscale: #272727. Windows color (decimal): -11331829 or 726867. OLE color: 726867.

HSL color Cylindrical-coordinate representation of color #53170B: hue angle of 10º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53170B is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB832311-
CMYK00.720.870.67
HSL10º76.6%18.43%-
HSV(B)10º86.75%32.55%-
XYZ3.932.480.59-
YUV39.57111.88158.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 70.94%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 11 (4.69% from 255) = 9.40%
R=70.94%
G=19.66%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83231100.720.870.671076.618.43
Hex5317B0485743a4d12
Octal123271301101271031211522
Binary101001110111101101001000101011110000111010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53170B; }

 p { color: rgb(83,23,11); }

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

<style>
 a { background-color: #53170B; }

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

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

<style>
 span { border-color: #53170B; }

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

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