#531411

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

Shades of Red Oxide #531411

Tints of Red Oxide #531411

Color information

#531411 (or 0x531411) is unknown color: approx Red Oxide. HEX triplet: 53, 14 and 11. RGB value is (83,20,17). Sum of RGB (Red+Green+Blue) = 83+20+17=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #531411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531411 is #ACEBEE. Grayscale: #262626. Windows color (decimal): -11332591 or 1119315. OLE color: 1119315.

HSL color Cylindrical-coordinate representation of color #531411: hue angle of 2.73º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531411 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB832017-
CMYK00.760.800.67
HSL2.73º66%19.61%-
HSV(B)2.73º79.52%32.55%-
XYZ3.922.380.78-
YUV38.5115.87159.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 69.17%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 17 (7.03% from 255) = 14.17%
R=69.17%
G=16.67%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83201700.760.800.672.736619.61
Hex53141104C504334214
Octal12324210114120103310224
Binary10100111010010001010011001010000100001111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531411; }

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

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

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

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

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

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

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

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