Html Css Color HEX #57292F Jazz

📋 copy color: '#57292F'

red 87 ◦ green 41 ◦ blue 47

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

Shades of Jazz #57292F

Tints of Jazz #57292F

RGB

 RED value IS 87 (34.38% from 255) = 49.71%

 GREEN value IS 41 (16.41% from 255) = 23.43%

 BLUE value IS 47 (18.75% from 255) = 26.86%

R = 49.71%
G = 23.43%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.66

RGB Variations

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

Color information

#57292F (or 0x57292F) is known color: Jazz. HEX triplet: 57, 29 and 2F. RGB value is (87,41,47). Sum of RGB (Red+Green+Blue) = 87+41+47=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #57292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57292F is #A8D6D0. Grayscale: #373737. Windows color (decimal): -11065041 or 3090775. OLE color: 3090775.

HSL color Cylindrical-coordinate representation of color #57292F: hue angle of 352.17º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57292F is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 41 47 -
CMYK 0 0.53 0.46 0.66
HSL 352.17º 0.36% 0.25% -
HSV(B) 352.17º 0.53% 0.34% -
XYZ 5.24 3.82 3.15 -
YUV 55.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 87 41 47 0 0.53 0.46 0.66 352.17 0.36 0.25
Hex 57 29 2F 0 35 2E 42 160 24 19
Octal 127 51 57 0 65 56 102 540 44 31
Binary 1010111 101001 101111 0 110101 101110 1000010 101100000 100100 11001

Color Harmonies of #57292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57292F

Black with #57292F

Text Example


Text Example

White with #57292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57292F; }

 p { color: rgb(87,41,47); }

 H1.HeaderClassName
 {
   color: #57292F;
 }
 .AnyTagClassName
 {
   color: #57292F;
 }
</style>

background-color css

<style>
 a { background-color: #57292F; }

 a { background-color: rgb(87,41,47); }

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

border-color css

<style>
 span { border-color: #57292F; }

 span { border-color: rgb(87,41,47); }

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