Html Css Color HEX #5E2931 Jazz

📋 copy color: '#5E2931'

red 94 ◦ green 41 ◦ blue 49

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

Shades of Jazz #5E2931

Tints of Jazz #5E2931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.28%

 BLUE value IS 49 (19.53% from 255) = 26.63%

R = 51.09%
G = 22.28%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.63

RGB Variations

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

Color information

#5E2931 (or 0x5E2931) is known color: Jazz. HEX triplet: 5E, 29 and 31. RGB value is (94,41,49). Sum of RGB (Red+Green+Blue) = 94+41+49=184 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.09% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2931 is #A1D6CE. Grayscale: #393939. Windows color (decimal): -10606287 or 3221854. OLE color: 3221854.

HSL color Cylindrical-coordinate representation of color #5E2931: hue angle of 350.94º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E2931 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 41 49 -
CMYK 0 0.56 0.48 0.63
HSL 350.94º 0.39% 0.26% -
HSV(B) 350.94º 0.56% 0.37% -
XYZ 5.96 4.19 3.4 -
YUV 57.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 94 41 49 0 0.56 0.48 0.63 350.94 0.39 0.26
Hex 5E 29 31 0 38 30 3F 15F 27 1A
Octal 136 51 61 0 70 60 77 537 47 32
Binary 1011110 101001 110001 0 111000 110000 111111 101011111 100111 11010

Color Harmonies of #5E2931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2931

Black with #5E2931

Text Example


Text Example

White with #5E2931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,41,49); }

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

background-color css

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

 a { background-color: rgb(94,41,49); }

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

border-color css

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

 span { border-color: rgb(94,41,49); }

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