#5C152F

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

Shades of Black Rose #5C152F

Tints of Black Rose #5C152F

Color information

#5C152F (or 0x5C152F) is unknown color: approx Black Rose. HEX triplet: 5C, 15 and 2F. RGB value is (92,21,47). Sum of RGB (Red+Green+Blue) = 92+21+47=160 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.5% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 92 - color contains mainly: red. Hex color #5C152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C152F is #A3EAD0. Grayscale: #2D2D2D. Windows color (decimal): -10742481 or 3085660. OLE color: 3085660.

HSL color Cylindrical-coordinate representation of color #5C152F: hue angle of 338.03º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C152F is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB922147-
CMYK00.770.490.64
HSL338.03º62.83%22.16%-
HSV(B)338.03º77.17%36.08%-
XYZ5.193.023-
YUV45.19129.02161.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 57.5%
GREEN value IS 21 (8.59% from 255) = 13.12%
BLUE value IS 47 (18.75% from 255) = 29.38%
R=57.5%
G=13.12%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92214700.770.490.64338.0362.8322.16
Hex5C152F04D31401523f16
Octal13425570115611005227726
Binary10111001010110111101001101110001100000010101001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,21,47); }

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

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

 a { background-color: rgb(92,21,47); }

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

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

 span { border-color: rgb(92,21,47); }

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