Html Css Color HEX #5E2A37 Black Rose

📋 copy color: '#5E2A37'

red 94 ◦ green 42 ◦ blue 55

#5E2A37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Rose #5E2A37

Tints of Black Rose #5E2A37

RGB

 RED value IS 94 (37.11% from 255) = 49.21%

 GREEN value IS 42 (16.8% from 255) = 21.99%

 BLUE value IS 55 (21.88% from 255) = 28.8%

R = 49.21%
G = 21.99%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.63

RGB Variations

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

Color information

#5E2A37 (or 0x5E2A37) is known color: Black Rose. HEX triplet: 5E, 2A and 37. RGB value is (94,42,55). Sum of RGB (Red+Green+Blue) = 94+42+55=191 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.21% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2A37 is #A1D5C8. Grayscale: #3B3B3B. Windows color (decimal): -10606025 or 3615326. OLE color: 3615326.

HSL color Cylindrical-coordinate representation of color #5E2A37: hue angle of 345º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E2A37 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 42 55 -
CMYK 0 0.55 0.41 0.63
HSL 345º 0.38% 0.27% -
HSV(B) 345º 0.55% 0.37% -
XYZ 6.13 4.31 4.12 -
YUV 59.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 94 42 55 0 0.55 0.41 0.63 345 0.38 0.27
Hex 5E 2A 37 0 37 29 3F 159 26 1B
Octal 136 52 67 0 67 51 77 531 46 33
Binary 1011110 101010 110111 0 110111 101001 111111 101011001 100110 11011

Color Harmonies of #5E2A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2A37

Black with #5E2A37

Text Example


Text Example

White with #5E2A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,42,55); }

 H1.HeaderClassName
 {
   color: #5E2A37;
 }
 .AnyTagClassName
 {
   color: #5E2A37;
 }
</style>

background-color css

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

 a { background-color: rgb(94,42,55); }

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

border-color css

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

 span { border-color: rgb(94,42,55); }

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