#53140B

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

Shades of Red Oxide #53140B

Tints of Red Oxide #53140B

Color information

#53140B (or 0x53140B) is unknown color: approx Red Oxide. HEX triplet: 53, 14 and 0B. RGB value is (83,20,11). Sum of RGB (Red+Green+Blue) = 83+20+11=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #53140B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53140B is #ACEBF4. Grayscale: #252525. Windows color (decimal): -11332597 or 726099. OLE color: 726099.

HSL color Cylindrical-coordinate representation of color #53140B: hue angle of 7.5º 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 #53140B is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB832011-
CMYK00.760.870.67
HSL7.5º76.6%18.43%-
HSV(B)7.5º86.75%32.55%-
XYZ3.882.360.57-
YUV37.81112.87160.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 72.81%
GREEN value IS 20 (8.20% from 255) = 17.54%
BLUE value IS 11 (4.69% from 255) = 9.65%
R=72.81%
G=17.54%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83201100.760.870.677.576.618.43
Hex5314B04C574384d12
Octal123241301141271031011522
Binary101001110100101101001100101011110000111000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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