#64282F

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

Shades of Jazz #64282F

Tints of Jazz #64282F

Color information

#64282F (or 0x64282F) is unknown color: approx Jazz. HEX triplet: 64, 28 and 2F. RGB value is (100,40,47). Sum of RGB (Red+Green+Blue) = 100+40+47=187 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.48% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 100 - color contains mainly: red. Hex color #64282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64282F is #9BD7D0. Grayscale: #3A3A3A. Windows color (decimal): -10213329 or 3090532. OLE color: 3090532.

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

Color convert

RGB1004047-
CMYK00.60.530.61
HSL353º42.86%27.45%-
HSV(B)353º60%39.22%-
XYZ6.534.433.2-
YUV58.74121.38157.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.48%
GREEN value IS 40 (16.02% from 255) = 21.39%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=53.48%
G=21.39%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100404700.60.530.6135342.8627.45
Hex64282F03C353D1612b1b
Octal144505707465755415333
Binary1100100101000101111011110011010111110110110000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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