#51182C

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

Shades of Castro #51182C

Tints of Castro #51182C

Color information

#51182C (or 0x51182C) is unknown color: approx Castro. HEX triplet: 51, 18 and 2C. RGB value is (81,24,44). Sum of RGB (Red+Green+Blue) = 81+24+44=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #51182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51182C is #AEE7D3. Grayscale: #2B2B2B. Windows color (decimal): -11462612 or 2889809. OLE color: 2889809.

HSL color Cylindrical-coordinate representation of color #51182C: hue angle of 338.95º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51182C is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB812444-
CMYK00.700.460.68
HSL338.95º54.29%20.59%-
HSV(B)338.95º70.37%31.76%-
XYZ4.172.582.66-
YUV43.32128.38154.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.36%
GREEN value IS 24 (9.77% from 255) = 16.11%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=54.36%
G=16.11%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81244400.700.460.68338.9554.2920.59
Hex51182C0462E441533615
Octal12130540106561045236625
Binary10100011100010110001000110101110100010010101001111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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