#52162D

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

Shades of Castro #52162D

Tints of Castro #52162D

Color information

#52162D (or 0x52162D) is unknown color: approx Castro. HEX triplet: 52, 16 and 2D. RGB value is (82,22,45). Sum of RGB (Red+Green+Blue) = 82+22+45=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #52162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52162D is #ADE9D2. Grayscale: #2A2A2A. Windows color (decimal): -11397587 or 2954834. OLE color: 2954834.

HSL color Cylindrical-coordinate representation of color #52162D: hue angle of 337º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52162D is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB822245-
CMYK00.730.450.68
HSL337º57.69%20.39%-
HSV(B)337º73.17%32.16%-
XYZ4.242.562.75-
YUV42.56129.38156.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.03%
GREEN value IS 22 (8.98% from 255) = 14.77%
BLUE value IS 45 (17.97% from 255) = 30.20%
R=55.03%
G=14.77%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82224500.730.450.6833757.6920.39
Hex52162D0492D441513a14
Octal12226550111551045217224
Binary10100101011010110101001001101101100010010101000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,22,45); }

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

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

 a { background-color: rgb(82,22,45); }

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

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

 span { border-color: rgb(82,22,45); }

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