Html Css Color HEX #642F37 Jazz

📋 copy color: '#642F37'

red 100 ◦ green 47 ◦ blue 55

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

Shades of Jazz #642F37

Tints of Jazz #642F37

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.27%

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

R = 49.5%
G = 23.27%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.61

RGB Variations

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

Color information

#642F37 (or 0x642F37) is known color: Jazz. HEX triplet: 64, 2F and 37. RGB value is (100,47,55). Sum of RGB (Red+Green+Blue) = 100+47+55=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #642F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642F37 is #9BD0C8. Grayscale: #3F3F3F. Windows color (decimal): -10211529 or 3616612. OLE color: 3616612.

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

Color convert

RGB 100 47 55 -
CMYK 0 0.53 0.45 0.61
HSL 350.94º 0.36% 0.29% -
HSV(B) 350.94º 0.53% 0.39% -
XYZ 6.96 5.02 4.22 -
YUV 63.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 100 47 55 0 0.53 0.45 0.61 350.94 0.36 0.29
Hex 64 2F 37 0 35 2D 3D 15F 24 1D
Octal 144 57 67 0 65 55 75 537 44 35
Binary 1100100 101111 110111 0 110101 101101 111101 101011111 100100 11101

Color Harmonies of #642F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642F37

Black with #642F37

Text Example


Text Example

White with #642F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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