Html Css Color HEX #592A2B Jazz

📋 copy color: '#592A2B'

red 89 ◦ green 42 ◦ blue 43

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

Shades of Jazz #592A2B

Tints of Jazz #592A2B

RGB

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

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

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

R = 51.15%
G = 24.14%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#592A2B (or 0x592A2B) is known color: Jazz. HEX triplet: 59, 2A and 2B. RGB value is (89,42,43). Sum of RGB (Red+Green+Blue) = 89+42+43=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #592A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A2B is #A6D5D4. Grayscale: #383838. Windows color (decimal): -10933717 or 2828889. OLE color: 2828889.

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

Color convert

RGB 89 42 43 -
CMYK 0 0.53 0.52 0.65
HSL 358.72º 0.36% 0.26% -
HSV(B) 358.72º 0.53% 0.35% -
XYZ 5.38 3.95 2.76 -
YUV 56.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 89 42 43 0 0.53 0.52 0.65 358.72 0.36 0.26
Hex 59 2A 2B 0 35 34 41 167 24 1A
Octal 131 52 53 0 65 64 101 547 44 32
Binary 1011001 101010 101011 0 110101 110100 1000001 101100111 100100 11010

Color Harmonies of #592A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592A2B

Black with #592A2B

Text Example


Text Example

White with #592A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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