Html Css Color HEX #5A292E Jazz

📋 copy color: '#5A292E'

red 90 ◦ green 41 ◦ blue 46

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

Shades of Jazz #5A292E

Tints of Jazz #5A292E

RGB

 RED value IS 90 (35.55% from 255) = 50.85%

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

 BLUE value IS 46 (18.36% from 255) = 25.99%

R = 50.85%
G = 23.16%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#5A292E (or 0x5A292E) is known color: Jazz. HEX triplet: 5A, 29 and 2E. RGB value is (90,41,46). Sum of RGB (Red+Green+Blue) = 90+41+46=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A292E is #A5D6D1. Grayscale: #383838. Windows color (decimal): -10868434 or 3025242. OLE color: 3025242.

HSL color Cylindrical-coordinate representation of color #5A292E: hue angle of 353.88º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A292E is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 41 46 -
CMYK 0 0.54 0.49 0.65
HSL 353.88º 0.37% 0.26% -
HSV(B) 353.88º 0.54% 0.35% -
XYZ 5.5 3.96 3.06 -
YUV 56.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 90 41 46 0 0.54 0.49 0.65 353.88 0.37 0.26
Hex 5A 29 2E 0 36 31 41 162 25 1A
Octal 132 51 56 0 66 61 101 542 45 32
Binary 1011010 101001 101110 0 110110 110001 1000001 101100010 100101 11010

Color Harmonies of #5A292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A292E

Black with #5A292E

Text Example


Text Example

White with #5A292E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,41,46); }

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

background-color css

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

 a { background-color: rgb(90,41,46); }

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

border-color css

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

 span { border-color: rgb(90,41,46); }

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