#51172E

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

Shades of Castro #51172E

Tints of Castro #51172E

Color information

#51172E (or 0x51172E) is unknown color: approx Castro. HEX triplet: 51, 17 and 2E. RGB value is (81,23,46). Sum of RGB (Red+Green+Blue) = 81+23+46=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #51172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51172E is #AEE8D1. Grayscale: #2A2A2A. Windows color (decimal): -11462866 or 3020625. OLE color: 3020625.

HSL color Cylindrical-coordinate representation of color #51172E: hue angle of 336.21º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #51172E is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB812346-
CMYK00.720.430.68
HSL336.21º55.77%20.39%-
HSV(B)336.21º71.6%31.76%-
XYZ4.192.562.86-
YUV42.96129.72155.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54%
GREEN value IS 23 (9.38% from 255) = 15.33%
BLUE value IS 46 (18.36% from 255) = 30.67%
R=54%
G=15.33%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81234600.720.430.68336.2155.7720.39
Hex51172E0482B441503814
Octal12127560110531045207024
Binary10100011011110111001001000101011100010010101000011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51172E; }

 p { color: rgb(81,23,46); }

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

<style>
 a { background-color: #51172E; }

 a { background-color: rgb(81,23,46); }

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

<style>
 span { border-color: #51172E; }

 span { border-color: rgb(81,23,46); }

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