#51162C

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

Shades of Castro #51162C

Tints of Castro #51162C

Color information

#51162C (or 0x51162C) is unknown color: approx Castro. HEX triplet: 51, 16 and 2C. RGB value is (81,22,44). Sum of RGB (Red+Green+Blue) = 81+22+44=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #51162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51162C is #AEE9D3. Grayscale: #2A2A2A. Windows color (decimal): -11463124 or 2889297. OLE color: 2889297.

HSL color Cylindrical-coordinate representation of color #51162C: hue angle of 337.63º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51162C is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB812244-
CMYK00.730.460.68
HSL337.63º57.28%20.2%-
HSV(B)337.63º72.84%31.76%-
XYZ4.132.52.65-
YUV42.15129.05155.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.10%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 44 (17.58% from 255) = 29.93%
R=55.10%
G=14.97%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81224400.730.460.68337.6357.2820.2
Hex51162C0492E441523914
Octal12126540111561045227124
Binary10100011011010110001001001101110100010010101001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51162C; }

 p { color: rgb(81,22,44); }

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

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

 a { background-color: rgb(81,22,44); }

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

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

 span { border-color: rgb(81,22,44); }

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