#512037

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

Shades of Castro #512037

Tints of Castro #512037

Color information

#512037 (or 0x512037) is unknown color: approx Castro. HEX triplet: 51, 20 and 37. RGB value is (81,32,55). Sum of RGB (Red+Green+Blue) = 81+32+55=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #512037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512037 is #AEDFC8. Grayscale: #313131. Windows color (decimal): -11460553 or 3612753. OLE color: 3612753.

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

Color convert

RGB813255-
CMYK00.600.320.68
HSL331.84º43.36%22.16%-
HSV(B)331.84º60.49%31.76%-
XYZ4.63.063.96-
YUV49.27131.23150.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.21%
GREEN value IS 32 (12.89% from 255) = 19.05%
BLUE value IS 55 (21.88% from 255) = 32.74%
R=48.21%
G=19.05%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81325500.600.320.68331.8443.3622.16
Hex51203703C204414c2b16
Octal1214067074401045145326
Binary10100011000001101110111100100000100010010100110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512037; }

 p { color: rgb(81,32,55); }

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

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

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

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

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

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

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