#5E1C30

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

Shades of Black Rose #5E1C30

Tints of Black Rose #5E1C30

Color information

#5E1C30 (or 0x5E1C30) is unknown color: approx Black Rose. HEX triplet: 5E, 1C and 30. RGB value is (94,28,48). Sum of RGB (Red+Green+Blue) = 94+28+48=170 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.29% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1C30 is #A1E3CF. Grayscale: #323232. Windows color (decimal): -10609616 or 3152990. OLE color: 3152990.

HSL color Cylindrical-coordinate representation of color #5E1C30: hue angle of 341.82º 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 #5E1C30 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.63.

Color convert

RGB942848-
CMYK00.700.490.63
HSL341.82º54.1%23.92%-
HSV(B)341.82º70.21%36.86%-
XYZ5.563.423.16-
YUV50.01126.87159.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 55.29%
GREEN value IS 28 (11.33% from 255) = 16.47%
BLUE value IS 48 (19.14% from 255) = 28.24%
R=55.29%
G=16.47%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.49
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94284800.700.490.63341.8254.123.92
Hex5E1C30046313F1563618
Octal1363460010661775266630
Binary1011110111001100000100011011000111111110101011011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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