#531608

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

Shades of Red Oxide #531608

Tints of Red Oxide #531608

Color information

#531608 (or 0x531608) is unknown color: approx Red Oxide. HEX triplet: 53, 16 and 08. RGB value is (83,22,8). Sum of RGB (Red+Green+Blue) = 83+22+8=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #531608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531608 is #ACE9F7. Grayscale: #262626. Windows color (decimal): -11332088 or 530003. OLE color: 530003.

HSL color Cylindrical-coordinate representation of color #531608: hue angle of 11.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #531608 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB83228-
CMYK00.730.900.67
HSL11.2º82.42%17.84%-
HSV(B)11.2º90.36%32.55%-
XYZ3.92.430.49-
YUV38.64110.71159.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 73.45%
GREEN value IS 22 (8.98% from 255) = 19.47%
BLUE value IS 8 (3.52% from 255) = 7.08%
R=73.45%
G=19.47%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8322800.730.900.6711.282.4217.84
Hex531680495A43b5212
Octal123261001111321031312222
Binary101001110110100001001001101101010000111011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531608; }

 p { color: rgb(83,22,8); }

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

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

 a { background-color: rgb(83,22,8); }

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

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

 span { border-color: rgb(83,22,8); }

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