#52192E

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

Shades of Castro #52192E

Tints of Castro #52192E

Color information

#52192E (or 0x52192E) is unknown color: approx Castro. HEX triplet: 52, 19 and 2E. RGB value is (82,25,46). Sum of RGB (Red+Green+Blue) = 82+25+46=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #52192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52192E is #ADE6D1. Grayscale: #2C2C2C. Windows color (decimal): -11396818 or 3021138. OLE color: 3021138.

HSL color Cylindrical-coordinate representation of color #52192E: hue angle of 337.89º degrees, saturation: 0.53, 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 #52192E is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB822546-
CMYK00.700.440.68
HSL337.89º53.27%20.98%-
HSV(B)337.89º69.51%32.16%-
XYZ4.322.692.88-
YUV44.44128.88154.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.59%
GREEN value IS 25 (10.16% from 255) = 16.34%
BLUE value IS 46 (18.36% from 255) = 30.07%
R=53.59%
G=16.34%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82254600.700.440.68337.8953.2720.98
Hex52192E0462C441523515
Octal12231560106541045226525
Binary10100101100110111001000110101100100010010101001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,25,46); }

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

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

 a { background-color: rgb(82,25,46); }

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

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

 span { border-color: rgb(82,25,46); }

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