#5C2139

Color #5C2139 Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #5C2139

Tints of Black Rose #5C2139

Color information

#5C2139 (or 0x5C2139) is unknown color: approx Black Rose. HEX triplet: 5C, 21 and 39. RGB value is (92,33,57). Sum of RGB (Red+Green+Blue) = 92+33+57=182 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.55% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2139 is #A3DEC6. Grayscale: #353535. Windows color (decimal): -10739399 or 3744092. OLE color: 3744092.

HSL color Cylindrical-coordinate representation of color #5C2139: hue angle of 335.59º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C2139 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB923357-
CMYK00.640.380.64
HSL335.59º47.2%24.51%-
HSV(B)335.59º64.13%36.08%-
XYZ5.73.664.28-
YUV53.38130.05155.55-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 50.55%
GREEN value IS 33 (13.28% from 255) = 18.13%
BLUE value IS 57 (22.66% from 255) = 31.32%
R=50.55%
G=18.13%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92335700.640.380.64335.5947.224.51
Hex5C213904026401502f19
Octal13441710100461005205731
Binary101110010000111100101000000100110100000010101000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C2139; }

 p { color: rgb(92,33,57); }

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

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

 a { background-color: rgb(92,33,57); }

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

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

 span { border-color: rgb(92,33,57); }

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