Html Css Color HEX #613037 Jazz

📋 copy color: '#613037'

red 97 ◦ green 48 ◦ blue 55

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

Shades of Jazz #613037

Tints of Jazz #613037

RGB

 RED value IS 97 (38.28% from 255) = 48.5%

 GREEN value IS 48 (19.14% from 255) = 24%

 BLUE value IS 55 (21.88% from 255) = 27.5%

R = 48.5%
G = 24%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#613037 (or 0x613037) is known color: Jazz. HEX triplet: 61, 30 and 37. RGB value is (97,48,55). Sum of RGB (Red+Green+Blue) = 97+48+55=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #613037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613037 is #9ECFC8. Grayscale: #3F3F3F. Windows color (decimal): -10407881 or 3616865. OLE color: 3616865.

HSL color Cylindrical-coordinate representation of color #613037: hue angle of 351.43º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #613037 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 48 55 -
CMYK 0 0.51 0.43 0.62
HSL 351.43º 0.34% 0.28% -
HSV(B) 351.43º 0.51% 0.38% -
XYZ 6.68 4.93 4.21 -
YUV 63.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 97 48 55 0 0.51 0.43 0.62 351.43 0.34 0.28
Hex 61 30 37 0 33 2B 3E 15F 22 1C
Octal 141 60 67 0 63 53 76 537 42 34
Binary 1100001 110000 110111 0 110011 101011 111110 101011111 100010 11100

Color Harmonies of #613037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613037

Black with #613037

Text Example


Text Example

White with #613037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613037; }

 p { color: rgb(97,48,55); }

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

background-color css

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

 a { background-color: rgb(97,48,55); }

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

border-color css

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

 span { border-color: rgb(97,48,55); }

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