#52182E

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

Shades of Castro #52182E

Tints of Castro #52182E

Color information

#52182E (or 0x52182E) is unknown color: approx Castro. HEX triplet: 52, 18 and 2E. RGB value is (82,24,46). Sum of RGB (Red+Green+Blue) = 82+24+46=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #52182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52182E is #ADE7D1. Grayscale: #2B2B2B. Windows color (decimal): -11397074 or 3020882. OLE color: 3020882.

HSL color Cylindrical-coordinate representation of color #52182E: hue angle of 337.24º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52182E is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB822446-
CMYK00.710.440.68
HSL337.24º54.72%20.78%-
HSV(B)337.24º70.73%32.16%-
XYZ4.32.642.87-
YUV43.85129.22155.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.95%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=53.95%
G=15.79%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82244600.710.440.68337.2454.7220.78
Hex52182E0472C441513715
Octal12230560107541045216725
Binary10100101100010111001000111101100100010010101000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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