Html Css Color HEX #5E232F Black Rose

📋 copy color: '#5E232F'

red 94 ◦ green 35 ◦ blue 47

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

Shades of Black Rose #5E232F

Tints of Black Rose #5E232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.89%

 BLUE value IS 47 (18.75% from 255) = 26.7%

R = 53.41%
G = 19.89%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.5

 K value IS 0.63

RGB Variations

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

Color information

#5E232F (or 0x5E232F) is known color: Black Rose. HEX triplet: 5E, 23 and 2F. RGB value is (94,35,47). Sum of RGB (Red+Green+Blue) = 94+35+47=176 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.41% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 94 - color contains mainly: red. Hex color #5E232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E232F is #A1DCD0. Grayscale: #363636. Windows color (decimal): -10607825 or 3089246. OLE color: 3089246.

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

Color convert

RGB 94 35 47 -
CMYK 0 0.63 0.5 0.63
HSL 347.8º 0.46% 0.25% -
HSV(B) 347.8º 0.63% 0.37% -
XYZ 5.73 3.79 3.12 -
YUV 54.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 94 35 47 0 0.63 0.5 0.63 347.8 0.46 0.25
Hex 5E 23 2F 0 3F 32 3F 15C 2E 19
Octal 136 43 57 0 77 62 77 534 56 31
Binary 1011110 100011 101111 0 111111 110010 111111 101011100 101110 11001

Color Harmonies of #5E232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E232F

Black with #5E232F

Text Example


Text Example

White with #5E232F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,35,47); }

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

background-color css

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

 a { background-color: rgb(94,35,47); }

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

border-color css

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

 span { border-color: rgb(94,35,47); }

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