#531C33

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

Shades of Castro #531C33

Tints of Castro #531C33

Color information

#531C33 (or 0x531C33) is unknown color: approx Castro. HEX triplet: 53, 1C and 33. RGB value is (83,28,51). Sum of RGB (Red+Green+Blue) = 83+28+51=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #531C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C33 is #ACE3CC. Grayscale: #2F2F2F. Windows color (decimal): -11330509 or 3349587. OLE color: 3349587.

HSL color Cylindrical-coordinate representation of color #531C33: hue angle of 334.91º 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 #531C33 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB832851-
CMYK00.660.390.67
HSL334.91º49.55%21.76%-
HSV(B)334.91º66.27%32.55%-
XYZ4.582.913.45-
YUV47.07130.22153.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 28 (11.33% from 255) = 17.28%
BLUE value IS 51 (20.31% from 255) = 31.48%
R=51.23%
G=17.28%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83285100.660.390.67334.9149.5521.76
Hex531C33042274314f3216
Octal12334630102471035176226
Binary10100111110011001101000010100111100001110100111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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