#531C31

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

Shades of Castro #531C31

Tints of Castro #531C31

Color information

#531C31 (or 0x531C31) is unknown color: approx Castro. HEX triplet: 53, 1C and 31. RGB value is (83,28,49). Sum of RGB (Red+Green+Blue) = 83+28+49=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #531C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C31 is #ACE3CE. Grayscale: #2E2E2E. Windows color (decimal): -11330511 or 3218515. OLE color: 3218515.

HSL color Cylindrical-coordinate representation of color #531C31: hue angle of 337.09º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C31 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB832849-
CMYK00.660.410.67
HSL337.09º49.55%21.76%-
HSV(B)337.09º66.27%32.55%-
XYZ4.542.893.22-
YUV46.84129.22153.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 28 (11.33% from 255) = 17.5%
BLUE value IS 49 (19.53% from 255) = 30.62%
R=51.88%
G=17.5%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83284900.660.410.67337.0949.5521.76
Hex531C3104229431513216
Octal12334610102511035216226
Binary10100111110011000101000010101001100001110101000111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531C31; }

 p { color: rgb(83,28,49); }

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

<style>
 a { background-color: #531C31; }

 a { background-color: rgb(83,28,49); }

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

<style>
 span { border-color: #531C31; }

 span { border-color: rgb(83,28,49); }

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