Html Css Color HEX #5A2830 Jazz

📋 copy color: '#5A2830'

red 90 ◦ green 40 ◦ blue 48

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

Shades of Jazz #5A2830

Tints of Jazz #5A2830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.47%

 BLUE value IS 48 (19.14% from 255) = 26.97%

R = 50.56%
G = 22.47%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#5A2830 (or 0x5A2830) is known color: Jazz. HEX triplet: 5A, 28 and 30. RGB value is (90,40,48). Sum of RGB (Red+Green+Blue) = 90+40+48=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2830 is #A5D7CF. Grayscale: #373737. Windows color (decimal): -10868688 or 3156058. OLE color: 3156058.

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

Color convert

RGB 90 40 48 -
CMYK 0 0.56 0.47 0.65
HSL 350.4º 0.38% 0.25% -
HSV(B) 350.4º 0.56% 0.35% -
XYZ 5.51 3.9 3.26 -
YUV 55.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 90 40 48 0 0.56 0.47 0.65 350.4 0.38 0.25
Hex 5A 28 30 0 38 2F 41 15E 26 19
Octal 132 50 60 0 70 57 101 536 46 31
Binary 1011010 101000 110000 0 111000 101111 1000001 101011110 100110 11001

Color Harmonies of #5A2830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2830

Black with #5A2830

Text Example


Text Example

White with #5A2830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,40,48); }

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

background-color css

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

 a { background-color: rgb(90,40,48); }

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

border-color css

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

 span { border-color: rgb(90,40,48); }

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