#53192F

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

Shades of Castro #53192F

Tints of Castro #53192F

Color information

#53192F (or 0x53192F) is unknown color: approx Castro. HEX triplet: 53, 19 and 2F. RGB value is (83,25,47). Sum of RGB (Red+Green+Blue) = 83+25+47=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #53192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53192F is #ACE6D0. Grayscale: #2C2C2C. Windows color (decimal): -11331281 or 3086675. OLE color: 3086675.

HSL color Cylindrical-coordinate representation of color #53192F: hue angle of 337.24º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53192F is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB832547-
CMYK00.700.430.67
HSL337.24º53.7%21.18%-
HSV(B)337.24º69.88%32.55%-
XYZ4.432.742.98-
YUV44.85129.22155.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 25 (10.16% from 255) = 16.13%
BLUE value IS 47 (18.75% from 255) = 30.32%
R=53.55%
G=16.13%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83254700.700.430.67337.2453.721.18
Hex53192F0462B431513615
Octal12331570106531035216625
Binary10100111100110111101000110101011100001110101000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53192F; }

 p { color: rgb(83,25,47); }

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

<style>
 a { background-color: #53192F; }

 a { background-color: rgb(83,25,47); }

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

<style>
 span { border-color: #53192F; }

 span { border-color: rgb(83,25,47); }

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