#531B32

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

Shades of Castro #531B32

Tints of Castro #531B32

Color information

#531B32 (or 0x531B32) is unknown color: approx Castro. HEX triplet: 53, 1B and 32. RGB value is (83,27,50). Sum of RGB (Red+Green+Blue) = 83+27+50=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #531B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B32 is #ACE4CD. Grayscale: #2E2E2E. Windows color (decimal): -11330766 or 3283795. OLE color: 3283795.

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

Color convert

RGB832750-
CMYK00.670.400.67
HSL335.36º50.91%21.57%-
HSV(B)335.36º67.47%32.55%-
XYZ4.532.853.33-
YUV46.37130.05154.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 27 (10.94% from 255) = 16.88%
BLUE value IS 50 (19.92% from 255) = 31.25%
R=51.88%
G=16.88%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83275000.670.400.67335.3650.9121.57
Hex531B32043284314f3316
Octal12333620103501035176326
Binary10100111101111001001000011101000100001110100111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,27,50); }

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

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

 a { background-color: rgb(83,27,50); }

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

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

 span { border-color: rgb(83,27,50); }

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