#62292D

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

Shades of Jazz #62292D

Tints of Jazz #62292D

Color information

#62292D (or 0x62292D) is unknown color: approx Jazz. HEX triplet: 62, 29 and 2D. RGB value is (98,41,45). Sum of RGB (Red+Green+Blue) = 98+41+45=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #62292D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62292D is #9DD6D2. Grayscale: #3A3A3A. Windows color (decimal): -10344147 or 2959714. OLE color: 2959714.

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

Color convert

RGB984145-
CMYK00.580.540.62
HSL355.79º41.01%27.25%-
HSV(B)355.79º58.16%38.43%-
XYZ6.34.372.99-
YUV58.5120.38156.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.26%
GREEN value IS 41 (16.41% from 255) = 22.28%
BLUE value IS 45 (17.97% from 255) = 24.46%
R=53.26%
G=22.28%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98414500.580.540.62355.7941.0127.25
Hex62292D03A363E164291b
Octal142515507266765445133
Binary1100010101001101101011101011011011111010110010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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