#512323

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

Shades of Red Oxide #512323

Tints of Red Oxide #512323

Color information

#512323 (or 0x512323) is unknown color: approx Red Oxide. HEX triplet: 51, 23 and 23. RGB value is (81,35,35). Sum of RGB (Red+Green+Blue) = 81+35+35=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #512323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512323 is #AEDCDC. Grayscale: #303030. Windows color (decimal): -11459805 or 2302801. OLE color: 2302801.

HSL color Cylindrical-coordinate representation of color #512323: hue angle of 0º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #512323 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB813535-
CMYK00.570.570.68
HSL39.66%22.75%-
HSV(B)56.79%31.76%-
XYZ4.33.071.96-
YUV48.75120.24151-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.64%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 35 (14.06% from 255) = 23.18%
R=53.64%
G=23.18%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81353500.570.570.68039.6622.75
Hex512323039394402817
Octal12143430717110405027
Binary101000110001110001101110011110011000100010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512323; }

 p { color: rgb(81,35,35); }

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

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

 a { background-color: rgb(81,35,35); }

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

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

 span { border-color: rgb(81,35,35); }

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