#5E2135

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

Shades of Black Rose #5E2135

Tints of Black Rose #5E2135

Color information

#5E2135 (or 0x5E2135) is unknown color: approx Black Rose. HEX triplet: 5E, 21 and 35. RGB value is (94,33,53). Sum of RGB (Red+Green+Blue) = 94+33+53=180 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.22% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2135 is #A1DECA. Grayscale: #353535. Windows color (decimal): -10608331 or 3481950. OLE color: 3481950.

HSL color Cylindrical-coordinate representation of color #5E2135: hue angle of 340.33º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E2135 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB943353-
CMYK00.650.440.63
HSL340.33º48.03%24.9%-
HSV(B)340.33º64.89%36.86%-
XYZ5.83.723.78-
YUV53.52127.71156.87-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 52.22%
GREEN value IS 33 (13.28% from 255) = 18.33%
BLUE value IS 53 (21.09% from 255) = 29.44%
R=52.22%
G=18.33%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94335300.650.440.63340.3348.0324.9
Hex5E21350412C3F1543019
Octal1364165010154775246031
Binary10111101000011101010100000110110011111110101010011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,33,53); }

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

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

 a { background-color: rgb(94,33,53); }

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

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

 span { border-color: rgb(94,33,53); }

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