#53162C

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

Shades of Castro #53162C

Tints of Castro #53162C

Color information

#53162C (or 0x53162C) is unknown color: approx Castro. HEX triplet: 53, 16 and 2C. RGB value is (83,22,44). Sum of RGB (Red+Green+Blue) = 83+22+44=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53162C is #ACE9D3. Grayscale: #2A2A2A. Windows color (decimal): -11332052 or 2889299. OLE color: 2889299.

HSL color Cylindrical-coordinate representation of color #53162C: hue angle of 338.36º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53162C is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB832244-
CMYK00.730.470.67
HSL338.36º58.1%20.59%-
HSV(B)338.36º73.49%32.55%-
XYZ4.312.592.66-
YUV42.75128.71156.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 22 (8.98% from 255) = 14.77%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=55.70%
G=14.77%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83224400.730.470.67338.3658.120.59
Hex53162C0492F431523a15
Octal12326540111571035227225
Binary10100111011010110001001001101111100001110101001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,22,44); }

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

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

 a { background-color: rgb(83,22,44); }

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

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

 span { border-color: rgb(83,22,44); }

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