Html Css Color HEX #5A272B Jazz

📋 copy color: '#5A272B'

red 90 ◦ green 39 ◦ blue 43

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

Shades of Jazz #5A272B

Tints of Jazz #5A272B

RGB

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

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

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

R = 52.33%
G = 22.67%
B = 25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#5A272B (or 0x5A272B) is known color: Jazz. HEX triplet: 5A, 27 and 2B. RGB value is (90,39,43). Sum of RGB (Red+Green+Blue) = 90+39+43=172 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.33% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 90 - color contains mainly: red. Hex color #5A272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A272B is #A5D8D4. Grayscale: #363636. Windows color (decimal): -10868949 or 2828122. OLE color: 2828122.

HSL color Cylindrical-coordinate representation of color #5A272B: hue angle of 355.29º 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 #5A272B is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 39 43 -
CMYK 0 0.57 0.52 0.65
HSL 355.29º 0.4% 0.25% -
HSV(B) 355.29º 0.57% 0.35% -
XYZ 5.38 3.8 2.74 -
YUV 54.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 90 39 43 0 0.57 0.52 0.65 355.29 0.4 0.25
Hex 5A 27 2B 0 39 34 41 163 28 19
Octal 132 47 53 0 71 64 101 543 50 31
Binary 1011010 100111 101011 0 111001 110100 1000001 101100011 101000 11001

Color Harmonies of #5A272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A272B

Black with #5A272B

Text Example


Text Example

White with #5A272B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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