#5E2432

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

Shades of Black Rose #5E2432

Tints of Black Rose #5E2432

Color information

#5E2432 (or 0x5E2432) is unknown color: approx Black Rose. HEX triplet: 5E, 24 and 32. RGB value is (94,36,50). Sum of RGB (Red+Green+Blue) = 94+36+50=180 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.22% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2432 is #A1DBCD. Grayscale: #363636. Windows color (decimal): -10607566 or 3286110. OLE color: 3286110.

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

Color convert

RGB943650-
CMYK00.620.470.63
HSL345.52º44.62%25.49%-
HSV(B)345.52º61.7%36.86%-
XYZ5.823.873.46-
YUV54.94125.22155.86-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 52.22%
GREEN value IS 36 (14.45% from 255) = 20%
BLUE value IS 50 (19.92% from 255) = 27.78%
R=52.22%
G=20%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94365000.620.470.63345.5244.6225.49
Hex5E243203E2F3F15a2d19
Octal136446207657775325531
Binary1011110100100110010011111010111111111110101101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,36,50); }

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

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

 a { background-color: rgb(94,36,50); }

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

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

 span { border-color: rgb(94,36,50); }

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