#62282D

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

Shades of Jazz #62282D

Tints of Jazz #62282D

Color information

#62282D (or 0x62282D) is unknown color: approx Jazz. HEX triplet: 62, 28 and 2D. RGB value is (98,40,45). Sum of RGB (Red+Green+Blue) = 98+40+45=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #62282D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62282D is #9DD7D2. Grayscale: #393939. Windows color (decimal): -10344403 or 2959458. OLE color: 2959458.

HSL color Cylindrical-coordinate representation of color #62282D: hue angle of 354.83º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62282D is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB984045-
CMYK00.590.540.62
HSL354.83º42.03%27.06%-
HSV(B)354.83º59.18%38.43%-
XYZ6.274.32.98-
YUV57.91120.72156.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.55%
GREEN value IS 40 (16.02% from 255) = 21.86%
BLUE value IS 45 (17.97% from 255) = 24.59%
R=53.55%
G=21.86%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98404500.590.540.62354.8342.0327.06
Hex62282D03B363E1632a1b
Octal142505507366765435233
Binary1100010101000101101011101111011011111010110001110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62282D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62282D; }

 p { color: rgb(98,40,45); }

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

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

 a { background-color: rgb(98,40,45); }

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

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

 span { border-color: rgb(98,40,45); }

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