#531407

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

Shades of Red Oxide #531407

Tints of Red Oxide #531407

Color information

#531407 (or 0x531407) is unknown color: approx Red Oxide. HEX triplet: 53, 14 and 07. RGB value is (83,20,7). Sum of RGB (Red+Green+Blue) = 83+20+7=110 (14% of max value = 765). Red value is 83 (32.81% from 255 or 75.45% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 83 - color contains mainly: red. Hex color #531407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531407 is #ACEBF8. Grayscale: #252525. Windows color (decimal): -11332601 or 463955. OLE color: 463955.

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

Color convert

RGB83207-
CMYK00.760.920.67
HSL10.26º84.44%17.65%-
HSV(B)10.26º91.57%32.55%-
XYZ3.862.350.45-
YUV37.36110.87160.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 75.45%
GREEN value IS 20 (8.20% from 255) = 18.18%
BLUE value IS 7 (3.12% from 255) = 6.36%
R=75.45%
G=18.18%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8320700.760.920.6710.2684.4417.65
Hex5314704C5C43a5412
Octal12324701141341031212422
Binary10100111010011101001100101110010000111010101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531407; }

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

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

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

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

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

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

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

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