Html Css Color HEX #613337 Jazz

📋 copy color: '#613337'

red 97 ◦ green 51 ◦ blue 55

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

Shades of Jazz #613337

Tints of Jazz #613337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.12%

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

R = 47.78%
G = 25.12%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#613337 (or 0x613337) is known color: Jazz. HEX triplet: 61, 33 and 37. RGB value is (97,51,55). Sum of RGB (Red+Green+Blue) = 97+51+55=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #613337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613337 is #9ECCC8. Grayscale: #414141. Windows color (decimal): -10407113 or 3617633. OLE color: 3617633.

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

Color convert

RGB 97 51 55 -
CMYK 0 0.47 0.43 0.62
HSL 354.78º 0.31% 0.29% -
HSV(B) 354.78º 0.47% 0.38% -
XYZ 6.8 5.18 4.26 -
YUV 65.21 122.24 150.67 -
System Red Green Blue C M Y K H S L
Decimal 97 51 55 0 0.47 0.43 0.62 354.78 0.31 0.29
Hex 61 33 37 0 2F 2B 3E 163 1F 1D
Octal 141 63 67 0 57 53 76 543 37 35
Binary 1100001 110011 110111 0 101111 101011 111110 101100011 11111 11101

Color Harmonies of #613337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613337

Black with #613337

Text Example


Text Example

White with #613337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613337; }

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

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

background-color css

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

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

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

border-color css

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

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

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