Html Css Color HEX #592A30 Jazz

📋 copy color: '#592A30'

red 89 ◦ green 42 ◦ blue 48

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

Shades of Jazz #592A30

Tints of Jazz #592A30

RGB

 RED value IS 89 (35.16% from 255) = 49.72%

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

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

R = 49.72%
G = 23.46%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#592A30 (or 0x592A30) is known color: Jazz. HEX triplet: 59, 2A and 30. RGB value is (89,42,48). Sum of RGB (Red+Green+Blue) = 89+42+48=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #592A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A30 is #A6D5CF. Grayscale: #383838. Windows color (decimal): -10933712 or 3156569. OLE color: 3156569.

HSL color Cylindrical-coordinate representation of color #592A30: hue angle of 352.34º 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 #592A30 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 42 48 -
CMYK 0 0.53 0.46 0.65
HSL 352.34º 0.36% 0.26% -
HSV(B) 352.34º 0.53% 0.35% -
XYZ 5.48 3.99 3.28 -
YUV 56.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 89 42 48 0 0.53 0.46 0.65 352.34 0.36 0.26
Hex 59 2A 30 0 35 2E 41 160 24 1A
Octal 131 52 60 0 65 56 101 540 44 32
Binary 1011001 101010 110000 0 110101 101110 1000001 101100000 100100 11010

Color Harmonies of #592A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592A30

Black with #592A30

Text Example


Text Example

White with #592A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592A30; }

 p { color: rgb(89,42,48); }

 H1.HeaderClassName
 {
   color: #592A30;
 }
 .AnyTagClassName
 {
   color: #592A30;
 }
</style>

background-color css

<style>
 a { background-color: #592A30; }

 a { background-color: rgb(89,42,48); }

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

border-color css

<style>
 span { border-color: #592A30; }

 span { border-color: rgb(89,42,48); }

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