#62282F

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

Shades of Jazz #62282F

Tints of Jazz #62282F

Color information

#62282F (or 0x62282F) is unknown color: approx Jazz. HEX triplet: 62, 28 and 2F. RGB value is (98,40,47). Sum of RGB (Red+Green+Blue) = 98+40+47=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #62282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62282F is #9DD7D0. Grayscale: #3A3A3A. Windows color (decimal): -10344401 or 3090530. OLE color: 3090530.

HSL color Cylindrical-coordinate representation of color #62282F: hue angle of 352.76º 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 #62282F is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB984047-
CMYK00.590.520.62
HSL352.76º42.03%27.06%-
HSV(B)352.76º59.18%38.43%-
XYZ6.314.323.19-
YUV58.14121.72156.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.97%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=52.97%
G=21.62%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98404700.590.520.62352.7642.0327.06
Hex62282F03B343E1612a1b
Octal142505707364765415233
Binary1100010101000101111011101111010011111010110000110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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