Html Css Color HEX #5A2C30 Jazz

📋 copy color: '#5A2C30'

red 90 ◦ green 44 ◦ blue 48

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

Shades of Jazz #5A2C30

Tints of Jazz #5A2C30

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.18%

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

R = 49.45%
G = 24.18%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#5A2C30 (or 0x5A2C30) is known color: Jazz. HEX triplet: 5A, 2C and 30. RGB value is (90,44,48). Sum of RGB (Red+Green+Blue) = 90+44+48=182 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.45% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2C30 is #A5D3CF. Grayscale: #3A3A3A. Windows color (decimal): -10867664 or 3157082. OLE color: 3157082.

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

Color convert

RGB 90 44 48 -
CMYK 0 0.51 0.47 0.65
HSL 354.78º 0.34% 0.26% -
HSV(B) 354.78º 0.51% 0.35% -
XYZ 5.65 4.19 3.31 -
YUV 58.21 122.24 150.67 -
System Red Green Blue C M Y K H S L
Decimal 90 44 48 0 0.51 0.47 0.65 354.78 0.34 0.26
Hex 5A 2C 30 0 33 2F 41 163 22 1A
Octal 132 54 60 0 63 57 101 543 42 32
Binary 1011010 101100 110000 0 110011 101111 1000001 101100011 100010 11010

Color Harmonies of #5A2C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2C30

Black with #5A2C30

Text Example


Text Example

White with #5A2C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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