#5E1C34

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

Shades of Black Rose #5E1C34

Tints of Black Rose #5E1C34

Color information

#5E1C34 (or 0x5E1C34) is unknown color: approx Black Rose. HEX triplet: 5E, 1C and 34. RGB value is (94,28,52). Sum of RGB (Red+Green+Blue) = 94+28+52=174 (23% of max value = 765). Red value is 94 (37.11% from 255 or 54.02% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1C34 is #A1E3CB. Grayscale: #323232. Windows color (decimal): -10609612 or 3415134. OLE color: 3415134.

HSL color Cylindrical-coordinate representation of color #5E1C34: hue angle of 338.18º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E1C34 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.63.

Color convert

RGB942852-
CMYK00.700.450.63
HSL338.18º54.1%23.92%-
HSV(B)338.18º70.21%36.86%-
XYZ5.653.463.62-
YUV50.47128.87159.05-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 54.02%
GREEN value IS 28 (11.33% from 255) = 16.09%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=54.02%
G=16.09%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94285200.700.450.63338.1854.123.92
Hex5E1C340462D3F1523618
Octal1363464010655775226630
Binary1011110111001101000100011010110111111110101001011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,28,52); }

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

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

 a { background-color: rgb(94,28,52); }

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

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

 span { border-color: rgb(94,28,52); }

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