#53172F

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

Shades of Castro #53172F

Tints of Castro #53172F

Color information

#53172F (or 0x53172F) is unknown color: approx Castro. HEX triplet: 53, 17 and 2F. RGB value is (83,23,47). Sum of RGB (Red+Green+Blue) = 83+23+47=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #53172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53172F is #ACE8D0. Grayscale: #2B2B2B. Windows color (decimal): -11331793 or 3086163. OLE color: 3086163.

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

Color convert

RGB832347-
CMYK00.720.430.67
HSL336º56.6%20.78%-
HSV(B)336º72.29%32.55%-
XYZ4.392.662.97-
YUV43.68129.88156.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.25%
GREEN value IS 23 (9.38% from 255) = 15.03%
BLUE value IS 47 (18.75% from 255) = 30.72%
R=54.25%
G=15.03%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83234700.720.430.6733656.620.78
Hex53172F0482B431503915
Octal12327570110531035207125
Binary10100111011110111101001000101011100001110101000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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