#62272D

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

Shades of Jazz #62272D

Tints of Jazz #62272D

Color information

#62272D (or 0x62272D) is unknown color: approx Jazz. HEX triplet: 62, 27 and 2D. RGB value is (98,39,45). Sum of RGB (Red+Green+Blue) = 98+39+45=182 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.85% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 98 - color contains mainly: red. Hex color #62272D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62272D is #9DD8D2. Grayscale: #393939. Windows color (decimal): -10344659 or 2959202. OLE color: 2959202.

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

Color convert

RGB983945-
CMYK00.600.540.62
HSL353.9º43.07%26.86%-
HSV(B)353.9º60.2%38.43%-
XYZ6.244.242.97-
YUV57.32121.05157.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.85%
GREEN value IS 39 (15.62% from 255) = 21.43%
BLUE value IS 45 (17.97% from 255) = 24.73%
R=53.85%
G=21.43%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98394500.600.540.62353.943.0726.86
Hex62272D03C363E1622b1b
Octal142475507466765425333
Binary1100010100111101101011110011011011111010110001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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