#63282E

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

Shades of Jazz #63282E

Tints of Jazz #63282E

Color information

#63282E (or 0x63282E) is unknown color: approx Jazz. HEX triplet: 63, 28 and 2E. RGB value is (99,40,46). Sum of RGB (Red+Green+Blue) = 99+40+46=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #63282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63282E is #9CD7D1. Grayscale: #3A3A3A. Windows color (decimal): -10278866 or 3024995. OLE color: 3024995.

HSL color Cylindrical-coordinate representation of color #63282E: hue angle of 353.9º degrees, saturation: 0.42, 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 #63282E is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB994046-
CMYK00.600.540.61
HSL353.9º42.45%27.25%-
HSV(B)353.9º59.6%38.82%-
XYZ6.44.373.09-
YUV58.32121.05157.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.51%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 46 (18.36% from 255) = 24.86%
R=53.51%
G=21.62%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99404600.600.540.61353.942.4527.25
Hex63282E03C363D1622a1b
Octal143505607466755425233
Binary1100011101000101110011110011011011110110110001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63282E; }

 p { color: rgb(99,40,46); }

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

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

 a { background-color: rgb(99,40,46); }

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

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

 span { border-color: rgb(99,40,46); }

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