#51192D

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

Shades of Castro #51192D

Tints of Castro #51192D

Color information

#51192D (or 0x51192D) is unknown color: approx Castro. HEX triplet: 51, 19 and 2D. RGB value is (81,25,45). Sum of RGB (Red+Green+Blue) = 81+25+45=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #51192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51192D is #AEE6D2. Grayscale: #2C2C2C. Windows color (decimal): -11462355 or 2955601. OLE color: 2955601.

HSL color Cylindrical-coordinate representation of color #51192D: hue angle of 338.57º 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 #51192D is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB812545-
CMYK00.690.440.68
HSL338.57º52.83%20.78%-
HSV(B)338.57º69.14%31.76%-
XYZ4.212.632.77-
YUV44.02128.55154.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.64%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 45 (17.97% from 255) = 29.80%
R=53.64%
G=16.56%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81254500.690.440.68338.5752.8320.78
Hex51192D0452C441533515
Octal12131550105541045236525
Binary10100011100110110101000101101100100010010101001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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