Html Css Color HEX #613239 Jazz

📋 copy color: '#613239'

red 97 ◦ green 50 ◦ blue 57

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

Shades of Jazz #613239

Tints of Jazz #613239

RGB

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

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

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

R = 47.55%
G = 24.51%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#613239 (or 0x613239) is known color: Jazz. HEX triplet: 61, 32 and 39. RGB value is (97,50,57). Sum of RGB (Red+Green+Blue) = 97+50+57=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #613239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613239 is #9ECDC6. Grayscale: #404040. Windows color (decimal): -10407367 or 3748449. OLE color: 3748449.

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

Color convert

RGB 97 50 57 -
CMYK 0 0.48 0.41 0.62
HSL 351.06º 0.32% 0.29% -
HSV(B) 351.06º 0.48% 0.38% -
XYZ 6.81 5.12 4.5 -
YUV 64.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 97 50 57 0 0.48 0.41 0.62 351.06 0.32 0.29
Hex 61 32 39 0 30 29 3E 15F 20 1D
Octal 141 62 71 0 60 51 76 537 40 35
Binary 1100001 110010 111001 0 110000 101001 111110 101011111 100000 11101

Color Harmonies of #613239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613239

Black with #613239

Text Example


Text Example

White with #613239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613239; }

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

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

background-color css

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

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

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

border-color css

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

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

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