#511C31

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

Shades of Castro #511C31

Tints of Castro #511C31

Color information

#511C31 (or 0x511C31) is unknown color: approx Castro. HEX triplet: 51, 1C and 31. RGB value is (81,28,49). Sum of RGB (Red+Green+Blue) = 81+28+49=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #511C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C31 is #AEE3CE. Grayscale: #2E2E2E. Windows color (decimal): -11461583 or 3218513. OLE color: 3218513.

HSL color Cylindrical-coordinate representation of color #511C31: hue angle of 336.23º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #511C31 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB812849-
CMYK00.650.400.68
HSL336.23º48.62%21.37%-
HSV(B)336.23º65.43%31.76%-
XYZ4.362.83.22-
YUV46.24129.56152.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 28 (11.33% from 255) = 17.72%
BLUE value IS 49 (19.53% from 255) = 31.01%
R=51.27%
G=17.72%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81284900.650.400.68336.2348.6221.37
Hex511C3104128441503115
Octal12134610101501045206125
Binary10100011110011000101000001101000100010010101000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511C31; }

 p { color: rgb(81,28,49); }

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

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

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

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

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

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

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