#51192C

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

Shades of Castro #51192C

Tints of Castro #51192C

Color information

#51192C (or 0x51192C) is unknown color: approx Castro. HEX triplet: 51, 19 and 2C. RGB value is (81,25,44). Sum of RGB (Red+Green+Blue) = 81+25+44=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #51192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51192C is #AEE6D3. Grayscale: #2B2B2B. Windows color (decimal): -11462356 or 2890065. OLE color: 2890065.

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

Color convert

RGB812544-
CMYK00.690.460.68
HSL339.64º52.83%20.78%-
HSV(B)339.64º69.14%31.76%-
XYZ4.22.632.67-
YUV43.91128.05154.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54%
GREEN value IS 25 (10.16% from 255) = 16.67%
BLUE value IS 44 (17.58% from 255) = 29.33%
R=54%
G=16.67%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81254400.690.460.68339.6452.8320.78
Hex51192C0452E441543515
Octal12131540105561045246525
Binary10100011100110110001000101101110100010010101010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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