Html Css Color HEX #643137 Jazz

📋 copy color: '#643137'

red 100 ◦ green 49 ◦ blue 55

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

Shades of Jazz #643137

Tints of Jazz #643137

RGB

 RED value IS 100 (39.45% from 255) = 49.02%

 GREEN value IS 49 (19.53% from 255) = 24.02%

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

R = 49.02%
G = 24.02%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.61

RGB Variations

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

Color information

#643137 (or 0x643137) is known color: Jazz. HEX triplet: 64, 31 and 37. RGB value is (100,49,55). Sum of RGB (Red+Green+Blue) = 100+49+55=204 (27% of max value = 765). Red value is 100 (39.45% from 255 or 49.02% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 100 - color contains mainly: red. Hex color #643137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643137 is #9BCEC8. Grayscale: #404040. Windows color (decimal): -10211017 or 3617124. OLE color: 3617124.

HSL color Cylindrical-coordinate representation of color #643137: hue angle of 352.94º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #643137 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 49 55 -
CMYK 0 0.51 0.45 0.61
HSL 352.94º 0.34% 0.29% -
HSV(B) 352.94º 0.51% 0.39% -
XYZ 7.04 5.18 4.24 -
YUV 64.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 100 49 55 0 0.51 0.45 0.61 352.94 0.34 0.29
Hex 64 31 37 0 33 2D 3D 161 22 1D
Octal 144 61 67 0 63 55 75 541 42 35
Binary 1100100 110001 110111 0 110011 101101 111101 101100001 100010 11101

Color Harmonies of #643137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643137

Black with #643137

Text Example


Text Example

White with #643137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643137; }

 p { color: rgb(100,49,55); }

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

background-color css

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

 a { background-color: rgb(100,49,55); }

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

border-color css

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

 span { border-color: rgb(100,49,55); }

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