#5c1d2f

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

Shades of Black Rose #5C1D2F

Tints of Black Rose #5C1D2F

Color information

#5C1D2F (or 0x5C1D2F) is unknown color: approx Black Rose. HEX triplet: 5C, 1D and 2F. RGB value is (92,29,47). Sum of RGB (Red+Green+Blue) = 92+29+47=168 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.76% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1D2F is #A3E2D0. Grayscale: #313131. Windows color (decimal): -10740433 or 3087708. OLE color: 3087708.

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

Color convert

RGB922947-
CMYK00.680.490.64
HSL342.86º52.07%23.73%-
HSV(B)342.86º68.48%36.08%-
XYZ5.373.363.05-
YUV49.89126.37158.04-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 54.76%
GREEN value IS 29 (11.72% from 255) = 17.26%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=54.76%
G=17.26%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92294700.680.490.64342.8652.0723.73
Hex5C1D2F04431401573418
Octal13435570104611005276430
Binary10111001110110111101000100110001100000010101011111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c1d2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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