Html Css Color HEX #613237 Jazz

📋 copy color: '#613237'

red 97 ◦ green 50 ◦ blue 55

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

Shades of Jazz #613237

Tints of Jazz #613237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.75%

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

R = 48.02%
G = 24.75%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#613237 (or 0x613237) is known color: Jazz. HEX triplet: 61, 32 and 37. RGB value is (97,50,55). Sum of RGB (Red+Green+Blue) = 97+50+55=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #613237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613237 is #9ECDC8. Grayscale: #404040. Windows color (decimal): -10407369 or 3617377. OLE color: 3617377.

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

Color convert

RGB 97 50 55 -
CMYK 0 0.48 0.43 0.62
HSL 353.62º 0.32% 0.29% -
HSV(B) 353.62º 0.48% 0.38% -
XYZ 6.76 5.1 4.24 -
YUV 64.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 97 50 55 0 0.48 0.43 0.62 353.62 0.32 0.29
Hex 61 32 37 0 30 2B 3E 162 20 1D
Octal 141 62 67 0 60 53 76 542 40 35
Binary 1100001 110010 110111 0 110000 101011 111110 101100010 100000 11101

Color Harmonies of #613237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613237

Black with #613237

Text Example


Text Example

White with #613237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613237; }

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

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

background-color css

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

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

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

border-color css

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

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

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