#531504

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

Shades of Red Oxide #531504

Tints of Red Oxide #531504

Color information

#531504 (or 0x531504) is unknown color: approx Red Oxide. HEX triplet: 53, 15 and 04. RGB value is (83,21,4). Sum of RGB (Red+Green+Blue) = 83+21+4=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #531504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531504 is #ACEAFB. Grayscale: #252525. Windows color (decimal): -11332348 or 267603. OLE color: 267603.

HSL color Cylindrical-coordinate representation of color #531504: hue angle of 12.91º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #531504 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB83214-
CMYK00.750.950.67
HSL12.91º90.8%17.06%-
HSV(B)12.91º95.18%32.55%-
XYZ3.862.380.37-
YUV37.6109.04160.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.85%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 4 (1.95% from 255) = 3.70%
R=76.85%
G=19.44%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8321400.750.950.6712.9190.817.06
Hex5315404B5F43d5b11
Octal12325401131371031513321
Binary10100111010110001001011101111110000111101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531504; }

 p { color: rgb(83,21,4); }

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

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

 a { background-color: rgb(83,21,4); }

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

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

 span { border-color: rgb(83,21,4); }

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