#512137

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

Shades of Castro #512137

Tints of Castro #512137

Color information

#512137 (or 0x512137) is unknown color: approx Castro. HEX triplet: 51, 21 and 37. RGB value is (81,33,55). Sum of RGB (Red+Green+Blue) = 81+33+55=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #512137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512137 is #AEDEC8. Grayscale: #313131. Windows color (decimal): -11460297 or 3613009. OLE color: 3613009.

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

Color convert

RGB813355-
CMYK00.590.320.68
HSL332.5º42.11%22.35%-
HSV(B)332.5º59.26%31.76%-
XYZ4.633.113.97-
YUV49.86130.9150.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.93%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 55 (21.88% from 255) = 32.54%
R=47.93%
G=19.53%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81335500.590.320.68332.542.1122.35
Hex51213703B204414c2a16
Octal1214167073401045145226
Binary10100011000011101110111011100000100010010100110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512137; }

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

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

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

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

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

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

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

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