#551831

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

Shades of Castro #551831

Tints of Castro #551831

Color information

#551831 (or 0x551831) is unknown color: approx Castro. HEX triplet: 55, 18 and 31. RGB value is (85,24,49). Sum of RGB (Red+Green+Blue) = 85+24+49=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #551831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551831 is #AAE7CE. Grayscale: #2D2D2D. Windows color (decimal): -11200463 or 3217493. OLE color: 3217493.

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

Color convert

RGB852449-
CMYK00.720.420.67
HSL335.41º55.96%21.37%-
HSV(B)335.41º71.76%33.33%-
XYZ4.632.813.2-
YUV45.09130.21156.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 49 (19.53% from 255) = 31.01%
R=53.80%
G=15.19%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85244900.720.420.67335.4155.9621.37
Hex5518310482A4314f3815
Octal12530610110521035177025
Binary10101011100011000101001000101010100001110100111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551831; }

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

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

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

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

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

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

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

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