Html Css Color HEX #5E2135 Black Rose

📋 copy color: '#5E2135'

red 94 ◦ green 33 ◦ blue 53

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

Shades of Black Rose #5E2135

Tints of Black Rose #5E2135

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 value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.63

RGB Variations

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

Color information

#5E2135 (or 0x5E2135) is known color: 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

RGB 94 33 53 -
CMYK 0 0.65 0.44 0.63
HSL 340.33º 0.48% 0.25% -
HSV(B) 340.33º 0.65% 0.37% -
XYZ 5.8 3.72 3.78 -
YUV 53.52 127.71 156.87 -
System Red Green Blue C M Y K H S L
Decimal 94 33 53 0 0.65 0.44 0.63 340.33 0.48 0.25
Hex 5E 21 35 0 41 2C 3F 154 30 19
Octal 136 41 65 0 101 54 77 524 60 31
Binary 1011110 100001 110101 0 1000001 101100 111111 101010100 110000 11001

Color Harmonies of #5E2135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2135

Black with #5E2135

Text Example


Text Example

White with #5E2135

Text Example


Text Example

HTML Codes & Css Web 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>