#52172C

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

Shades of Castro #52172C

Tints of Castro #52172C

Color information

#52172C (or 0x52172C) is unknown color: approx Castro. HEX triplet: 52, 17 and 2C. RGB value is (82,23,44). Sum of RGB (Red+Green+Blue) = 82+23+44=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #52172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52172C is #ADE8D3. Grayscale: #2B2B2B. Windows color (decimal): -11397332 or 2889554. OLE color: 2889554.

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

Color convert

RGB822344-
CMYK00.720.460.68
HSL338.64º56.19%20.59%-
HSV(B)338.64º71.95%32.16%-
XYZ4.242.592.66-
YUV43.04128.55155.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.03%
GREEN value IS 23 (9.38% from 255) = 15.44%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=55.03%
G=15.44%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82234400.720.460.68338.6456.1920.59
Hex52172C0482E441533815
Octal12227540110561045237025
Binary10100101011110110001001000101110100010010101001111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,23,44); }

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

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

 a { background-color: rgb(82,23,44); }

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

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

 span { border-color: rgb(82,23,44); }

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