Html Css Color HEX #5A272F Jazz

📋 copy color: '#5A272F'

red 90 ◦ green 39 ◦ blue 47

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

Shades of Jazz #5A272F

Tints of Jazz #5A272F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.16%

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

R = 51.14%
G = 22.16%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#5A272F (or 0x5A272F) is known color: Jazz. HEX triplet: 5A, 27 and 2F. RGB value is (90,39,47). Sum of RGB (Red+Green+Blue) = 90+39+47=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A272F is #A5D8D0. Grayscale: #373737. Windows color (decimal): -10868945 or 3090266. OLE color: 3090266.

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

Color convert

RGB 90 39 47 -
CMYK 0 0.57 0.48 0.65
HSL 350.59º 0.4% 0.25% -
HSV(B) 350.59º 0.57% 0.35% -
XYZ 5.46 3.83 3.14 -
YUV 55.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 90 39 47 0 0.57 0.48 0.65 350.59 0.4 0.25
Hex 5A 27 2F 0 39 30 41 15F 28 19
Octal 132 47 57 0 71 60 101 537 50 31
Binary 1011010 100111 101111 0 111001 110000 1000001 101011111 101000 11001

Color Harmonies of #5A272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A272F

Black with #5A272F

Text Example


Text Example

White with #5A272F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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