Html Css Color HEX #5E292B Jazz

📋 copy color: '#5E292B'

red 94 ◦ green 41 ◦ blue 43

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

Shades of Jazz #5E292B

Tints of Jazz #5E292B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.16%

R = 52.81%
G = 23.03%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.63

RGB Variations

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

Color information

#5E292B (or 0x5E292B) is known color: Jazz. HEX triplet: 5E, 29 and 2B. RGB value is (94,41,43). Sum of RGB (Red+Green+Blue) = 94+41+43=178 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.81% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 94 - color contains mainly: red. Hex color #5E292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E292B is #A1D6D4. Grayscale: #393939. Windows color (decimal): -10606293 or 2828638. OLE color: 2828638.

HSL color Cylindrical-coordinate representation of color #5E292B: hue angle of 357.74º 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 #5E292B is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 41 43 -
CMYK 0 0.56 0.54 0.63
HSL 357.74º 0.39% 0.26% -
HSV(B) 357.74º 0.56% 0.37% -
XYZ 5.85 4.14 2.78 -
YUV 57.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 94 41 43 0 0.56 0.54 0.63 357.74 0.39 0.26
Hex 5E 29 2B 0 38 36 3F 166 27 1A
Octal 136 51 53 0 70 66 77 546 47 32
Binary 1011110 101001 101011 0 111000 110110 111111 101100110 100111 11010

Color Harmonies of #5E292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E292B

Black with #5E292B

Text Example


Text Example

White with #5E292B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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