#531207

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

Shades of Red Oxide #531207

Tints of Red Oxide #531207

Color information

#531207 (or 0x531207) is unknown color: approx Red Oxide. HEX triplet: 53, 12 and 07. RGB value is (83,18,7). Sum of RGB (Red+Green+Blue) = 83+18+7=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #531207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531207 is #ACEDF8. Grayscale: #242424. Windows color (decimal): -11333113 or 463443. OLE color: 463443.

HSL color Cylindrical-coordinate representation of color #531207: hue angle of 8.68º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #531207 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB83187-
CMYK00.780.920.67
HSL8.68º84.44%17.65%-
HSV(B)8.68º91.57%32.55%-
XYZ3.822.290.44-
YUV36.18111.53161.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.85%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 7 (3.12% from 255) = 6.48%
R=76.85%
G=16.67%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8318700.780.920.678.6884.4417.65
Hex5312704E5C4395412
Octal12322701161341031112422
Binary10100111001011101001110101110010000111001101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531207; }

 p { color: rgb(83,18,7); }

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

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

 a { background-color: rgb(83,18,7); }

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

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

 span { border-color: rgb(83,18,7); }

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