#551932

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

Shades of Castro #551932

Tints of Castro #551932

Color information

#551932 (or 0x551932) is unknown color: approx Castro. HEX triplet: 55, 19 and 32. RGB value is (85,25,50). Sum of RGB (Red+Green+Blue) = 85+25+50=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #551932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551932 is #AAE6CD. Grayscale: #2D2D2D. Windows color (decimal): -11200206 or 3283285. OLE color: 3283285.

HSL color Cylindrical-coordinate representation of color #551932: hue angle of 335º 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 #551932 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB852550-
CMYK00.710.410.67
HSL335º54.55%21.57%-
HSV(B)335º70.59%33.33%-
XYZ4.672.863.32-
YUV45.79130.38155.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.12%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 50 (19.92% from 255) = 31.25%
R=53.12%
G=15.62%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85255000.710.410.6733554.5521.57
Hex551932047294314f3716
Octal12531620107511035176726
Binary10101011100111001001000111101001100001110100111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551932; }

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

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

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

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

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

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

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

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