#51182F

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

Shades of Castro #51182F

Tints of Castro #51182F

Color information

#51182F (or 0x51182F) is unknown color: approx Castro. HEX triplet: 51, 18 and 2F. RGB value is (81,24,47). Sum of RGB (Red+Green+Blue) = 81+24+47=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #51182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51182F is #AEE7D0. Grayscale: #2B2B2B. Windows color (decimal): -11462609 or 3086417. OLE color: 3086417.

HSL color Cylindrical-coordinate representation of color #51182F: hue angle of 335.79º 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 #51182F is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB812447-
CMYK00.700.420.68
HSL335.79º54.29%20.59%-
HSV(B)335.79º70.37%31.76%-
XYZ4.232.612.97-
YUV43.66129.88154.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.29%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 47 (18.75% from 255) = 30.92%
R=53.29%
G=15.79%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81244700.700.420.68335.7954.2920.59
Hex51182F0462A441503615
Octal12130570106521045206625
Binary10100011100010111101000110101010100010010101000011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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