#511C2E

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

Shades of Castro #511C2E

Tints of Castro #511C2E

Color information

#511C2E (or 0x511C2E) is unknown color: approx Castro. HEX triplet: 51, 1C and 2E. RGB value is (81,28,46). Sum of RGB (Red+Green+Blue) = 81+28+46=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #511C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C2E is #AEE3D1. Grayscale: #2D2D2D. Windows color (decimal): -11461586 or 3021905. OLE color: 3021905.

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

Color convert

RGB812846-
CMYK00.650.430.68
HSL339.62º48.62%21.37%-
HSV(B)339.62º65.43%31.76%-
XYZ4.32.782.89-
YUV45.9128.06153.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 28 (11.33% from 255) = 18.06%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=52.26%
G=18.06%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81284600.650.430.68339.6248.6221.37
Hex511C2E0412B441543115
Octal12134560101531045246125
Binary10100011110010111001000001101011100010010101010011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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