Html Css Color HEX #59252D Jazz

📋 copy color: '#59252D'

red 89 ◦ green 37 ◦ blue 45

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

Shades of Jazz #59252D

Tints of Jazz #59252D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.64%

 BLUE value IS 45 (17.97% from 255) = 26.32%

R = 52.05%
G = 21.64%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#59252D (or 0x59252D) is known color: Jazz. HEX triplet: 59, 25 and 2D. RGB value is (89,37,45). Sum of RGB (Red+Green+Blue) = 89+37+45=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #59252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59252D is #A6DAD2. Grayscale: #353535. Windows color (decimal): -10934995 or 2958681. OLE color: 2958681.

HSL color Cylindrical-coordinate representation of color #59252D: hue angle of 350.77º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59252D is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 37 45 -
CMYK 0 0.58 0.49 0.65
HSL 350.77º 0.41% 0.25% -
HSV(B) 350.77º 0.58% 0.35% -
XYZ 5.26 3.64 2.91 -
YUV 53.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 89 37 45 0 0.58 0.49 0.65 350.77 0.41 0.25
Hex 59 25 2D 0 3A 31 41 15F 29 19
Octal 131 45 55 0 72 61 101 537 51 31
Binary 1011001 100101 101101 0 111010 110001 1000001 101011111 101001 11001

Color Harmonies of #59252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59252D

Black with #59252D

Text Example


Text Example

White with #59252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59252D; }

 p { color: rgb(89,37,45); }

 H1.HeaderClassName
 {
   color: #59252D;
 }
 .AnyTagClassName
 {
   color: #59252D;
 }
</style>

background-color css

<style>
 a { background-color: #59252D; }

 a { background-color: rgb(89,37,45); }

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

border-color css

<style>
 span { border-color: #59252D; }

 span { border-color: rgb(89,37,45); }

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