Html Css Color HEX #64292F Jazz

📋 copy color: '#64292F'

red 100 ◦ green 41 ◦ blue 47

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

Shades of Jazz #64292F

Tints of Jazz #64292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.81%

 BLUE value IS 47 (18.75% from 255) = 25%

R = 53.19%
G = 21.81%
B = 25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#64292F (or 0x64292F) is known color: Jazz. HEX triplet: 64, 29 and 2F. RGB value is (100,41,47). Sum of RGB (Red+Green+Blue) = 100+41+47=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #64292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64292F is #9BD6D0. Grayscale: #3B3B3B. Windows color (decimal): -10213073 or 3090788. OLE color: 3090788.

HSL color Cylindrical-coordinate representation of color #64292F: hue angle of 353.9º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64292F is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 41 47 -
CMYK 0 0.59 0.53 0.61
HSL 353.9º 0.42% 0.28% -
HSV(B) 353.9º 0.59% 0.39% -
XYZ 6.56 4.5 3.21 -
YUV 59.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 100 41 47 0 0.59 0.53 0.61 353.9 0.42 0.28
Hex 64 29 2F 0 3B 35 3D 162 2A 1C
Octal 144 51 57 0 73 65 75 542 52 34
Binary 1100100 101001 101111 0 111011 110101 111101 101100010 101010 11100

Color Harmonies of #64292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64292F

Black with #64292F

Text Example


Text Example

White with #64292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64292F; }

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

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

background-color css

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

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

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

border-color css

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

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

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