#642D36

Color #642D36 Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #642D36

Tints of Jazz #642D36

Color information

#642D36 (or 0x642D36) is unknown color: approx Jazz. HEX triplet: 64, 2D and 36. RGB value is (100,45,54). Sum of RGB (Red+Green+Blue) = 100+45+54=199 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.25% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 100 - color contains mainly: red. Hex color #642D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642D36 is #9BD2C9. Grayscale: #3E3E3E. Windows color (decimal): -10212042 or 3550564. OLE color: 3550564.

HSL color Cylindrical-coordinate representation of color #642D36: hue angle of 350.18º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #642D36 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB1004554-
CMYK00.550.460.61
HSL350.18º37.93%28.43%-
HSV(B)350.18º55%39.22%-
XYZ6.864.854.07-
YUV62.47123.22154.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.25%
GREEN value IS 45 (17.97% from 255) = 22.61%
BLUE value IS 54 (21.48% from 255) = 27.14%
R=50.25%
G=22.61%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100455400.550.460.61350.1837.9328.43
Hex642D360372E3D15e261c
Octal144556606756755364634
Binary1100100101101110110011011110111011110110101111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,45,54); }

 H1.HeaderClassName
 {
   color: #642D36;
 }
 .AnyTagClassName
 {
   color: #642D36;
 }
</style>
background-color css

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

 a { background-color: rgb(100,45,54); }

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

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

 span { border-color: rgb(100,45,54); }

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