#531707

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

Shades of Red Oxide #531707

Tints of Red Oxide #531707

Color information

#531707 (or 0x531707) is unknown color: approx Red Oxide. HEX triplet: 53, 17 and 07. RGB value is (83,23,7). Sum of RGB (Red+Green+Blue) = 83+23+7=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #531707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531707 is #ACE8F8. Grayscale: #272727. Windows color (decimal): -11331833 or 464723. OLE color: 464723.

HSL color Cylindrical-coordinate representation of color #531707: hue angle of 12.63º 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 #531707 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB83237-
CMYK00.720.920.67
HSL12.63º84.44%17.65%-
HSV(B)12.63º91.57%32.55%-
XYZ3.912.470.47-
YUV39.12109.88159.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 73.45%
GREEN value IS 23 (9.38% from 255) = 20.35%
BLUE value IS 7 (3.12% from 255) = 6.19%
R=73.45%
G=20.35%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8323700.720.920.6712.6384.4417.65
Hex531770485C43d5412
Octal12327701101341031512422
Binary10100111011111101001000101110010000111101101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531707; }

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

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

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

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

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

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

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

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