Html Css Color HEX #613339 Jazz

📋 copy color: '#613339'

red 97 ◦ green 51 ◦ blue 57

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

Shades of Jazz #613339

Tints of Jazz #613339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 27.8%

R = 47.32%
G = 24.88%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#613339 (or 0x613339) is known color: Jazz. HEX triplet: 61, 33 and 39. RGB value is (97,51,57). Sum of RGB (Red+Green+Blue) = 97+51+57=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #613339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613339 is #9ECCC6. Grayscale: #414141. Windows color (decimal): -10407111 or 3748705. OLE color: 3748705.

HSL color Cylindrical-coordinate representation of color #613339: hue angle of 352.17º 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 #613339 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 51 57 -
CMYK 0 0.47 0.41 0.62
HSL 352.17º 0.31% 0.29% -
HSV(B) 352.17º 0.47% 0.38% -
XYZ 6.85 5.2 4.51 -
YUV 65.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 97 51 57 0 0.47 0.41 0.62 352.17 0.31 0.29
Hex 61 33 39 0 2F 29 3E 160 1F 1D
Octal 141 63 71 0 57 51 76 540 37 35
Binary 1100001 110011 111001 0 101111 101001 111110 101100000 11111 11101

Color Harmonies of #613339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613339

Black with #613339

Text Example


Text Example

White with #613339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613339; }

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

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

background-color css

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

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

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

border-color css

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

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

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