#551931

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

Shades of Castro #551931

Tints of Castro #551931

Color information

#551931 (or 0x551931) is unknown color: approx Castro. HEX triplet: 55, 19 and 31. RGB value is (85,25,49). Sum of RGB (Red+Green+Blue) = 85+25+49=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #551931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551931 is #AAE6CE. Grayscale: #2D2D2D. Windows color (decimal): -11200207 or 3217749. OLE color: 3217749.

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

Color convert

RGB852549-
CMYK00.710.420.67
HSL336º54.55%21.57%-
HSV(B)336º70.59%33.33%-
XYZ4.652.853.21-
YUV45.68129.88156.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.46%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 49 (19.53% from 255) = 30.82%
R=53.46%
G=15.72%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85254900.710.420.6733654.5521.57
Hex5519310472A431503716
Octal12531610107521035206726
Binary10101011100111000101000111101010100001110101000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551931; }

 p { color: rgb(85,25,49); }

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

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

 a { background-color: rgb(85,25,49); }

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

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

 span { border-color: rgb(85,25,49); }

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