#55152D

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

Shades of Castro #55152D

Tints of Castro #55152D

Color information

#55152D (or 0x55152D) is unknown color: approx Castro. HEX triplet: 55, 15 and 2D. RGB value is (85,21,45). Sum of RGB (Red+Green+Blue) = 85+21+45=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55152D is #AAEAD2. Grayscale: #2A2A2A. Windows color (decimal): -11201235 or 2954581. OLE color: 2954581.

HSL color Cylindrical-coordinate representation of color #55152D: hue angle of 337.5º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55152D is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB852145-
CMYK00.750.470.67
HSL337.5º60.38%20.78%-
HSV(B)337.5º75.29%33.33%-
XYZ4.492.662.76-
YUV42.87129.2158.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.29%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 45 (17.97% from 255) = 29.80%
R=56.29%
G=13.91%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85214500.750.470.67337.560.3820.78
Hex55152D04B2F431523c15
Octal12525550113571035227425
Binary10101011010110110101001011101111100001110101001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55152D; }

 p { color: rgb(85,21,45); }

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

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

 a { background-color: rgb(85,21,45); }

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

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

 span { border-color: rgb(85,21,45); }

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