#511B2E

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

Shades of Castro #511B2E

Tints of Castro #511B2E

Color information

#511B2E (or 0x511B2E) is unknown color: approx Castro. HEX triplet: 51, 1B and 2E. RGB value is (81,27,46). Sum of RGB (Red+Green+Blue) = 81+27+46=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #511B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B2E is #AEE4D1. Grayscale: #2D2D2D. Windows color (decimal): -11461842 or 3021649. OLE color: 3021649.

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

Color convert

RGB812746-
CMYK00.670.430.68
HSL338.89º50%21.18%-
HSV(B)338.89º66.67%31.76%-
XYZ4.282.732.89-
YUV45.31128.39153.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 27 (10.94% from 255) = 17.53%
BLUE value IS 46 (18.36% from 255) = 29.87%
R=52.60%
G=17.53%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81274600.670.430.68338.895021.18
Hex511B2E0432B441533215
Octal12133560103531045236225
Binary10100011101110111001000011101011100010010101001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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