Html Css Color HEX #5E2230 Black Rose

📋 copy color: '#5E2230'

red 94 ◦ green 34 ◦ blue 48

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

Shades of Black Rose #5E2230

Tints of Black Rose #5E2230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.32%

 BLUE value IS 48 (19.14% from 255) = 27.27%

R = 53.41%
G = 19.32%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.63

RGB Variations

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

Color information

#5E2230 (or 0x5E2230) is known color: Black Rose. HEX triplet: 5E, 22 and 30. RGB value is (94,34,48). Sum of RGB (Red+Green+Blue) = 94+34+48=176 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.41% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2230 is #A1DDCF. Grayscale: #353535. Windows color (decimal): -10608080 or 3154526. OLE color: 3154526.

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

Color convert

RGB 94 34 48 -
CMYK 0 0.64 0.49 0.63
HSL 346º 0.47% 0.25% -
HSV(B) 346º 0.64% 0.37% -
XYZ 5.72 3.74 3.22 -
YUV 53.54 124.88 156.86 -
System Red Green Blue C M Y K H S L
Decimal 94 34 48 0 0.64 0.49 0.63 346 0.47 0.25
Hex 5E 22 30 0 40 31 3F 15A 2F 19
Octal 136 42 60 0 100 61 77 532 57 31
Binary 1011110 100010 110000 0 1000000 110001 111111 101011010 101111 11001

Color Harmonies of #5E2230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2230

Black with #5E2230

Text Example


Text Example

White with #5E2230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,34,48); }

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

background-color css

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

 a { background-color: rgb(94,34,48); }

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

border-color css

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

 span { border-color: rgb(94,34,48); }

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