#643133

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

Shades of Jazz #643133

Tints of Jazz #643133

Color information

#643133 (or 0x643133) is unknown color: approx Jazz. HEX triplet: 64, 31 and 33. RGB value is (100,49,51). Sum of RGB (Red+Green+Blue) = 100+49+51=200 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 100 - color contains mainly: red. Hex color #643133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643133 is #9BCECC. Grayscale: #404040. Windows color (decimal): -10211021 or 3354980. OLE color: 3354980.

HSL color Cylindrical-coordinate representation of color #643133: hue angle of 357.65º 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 #643133 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB1004951-
CMYK00.510.490.61
HSL357.65º34.23%29.22%-
HSV(B)357.65º51%39.22%-
XYZ6.955.143.76-
YUV64.48120.4153.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 51 (20.31% from 255) = 25.5%
R=50%
G=24.5%
B=25.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100495100.510.490.61357.6534.2329.22
Hex643133033313D166221d
Octal144616306361755464235
Binary1100100110001110011011001111000111110110110011010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643133; }

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

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

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

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

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

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

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

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