#511C30

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

Shades of Castro #511C30

Tints of Castro #511C30

Color information

#511C30 (or 0x511C30) is unknown color: approx Castro. HEX triplet: 51, 1C and 30. RGB value is (81,28,48). Sum of RGB (Red+Green+Blue) = 81+28+48=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #511C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C30 is #AEE3CF. Grayscale: #2E2E2E. Windows color (decimal): -11461584 or 3152977. OLE color: 3152977.

HSL color Cylindrical-coordinate representation of color #511C30: hue angle of 337.36º 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 #511C30 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB812848-
CMYK00.650.410.68
HSL337.36º48.62%21.37%-
HSV(B)337.36º65.43%31.76%-
XYZ4.342.793.11-
YUV46.13129.06152.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 28 (11.33% from 255) = 17.83%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=51.59%
G=17.83%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81284800.650.410.68337.3648.6221.37
Hex511C3004129441513115
Octal12134600101511045216125
Binary10100011110011000001000001101001100010010101000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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