Html Css Color HEX #5A2A2F Jazz

📋 copy color: '#5A2A2F'

red 90 ◦ green 42 ◦ blue 47

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

Shades of Jazz #5A2A2F

Tints of Jazz #5A2A2F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.46%

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

R = 50.28%
G = 23.46%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#5A2A2F (or 0x5A2A2F) is known color: Jazz. HEX triplet: 5A, 2A and 2F. RGB value is (90,42,47). Sum of RGB (Red+Green+Blue) = 90+42+47=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2A2F is #A5D5D0. Grayscale: #383838. Windows color (decimal): -10868177 or 3091034. OLE color: 3091034.

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

Color convert

RGB 90 42 47 -
CMYK 0 0.53 0.48 0.65
HSL 353.75º 0.36% 0.26% -
HSV(B) 353.75º 0.53% 0.35% -
XYZ 5.56 4.03 3.18 -
YUV 56.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 90 42 47 0 0.53 0.48 0.65 353.75 0.36 0.26
Hex 5A 2A 2F 0 35 30 41 162 24 1A
Octal 132 52 57 0 65 60 101 542 44 32
Binary 1011010 101010 101111 0 110101 110000 1000001 101100010 100100 11010

Color Harmonies of #5A2A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2A2F

Black with #5A2A2F

Text Example


Text Example

White with #5A2A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,42,47); }

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

background-color css

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

 a { background-color: rgb(90,42,47); }

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

border-color css

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

 span { border-color: rgb(90,42,47); }

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