#612930

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

Shades of Jazz #612930

Tints of Jazz #612930

Color information

#612930 (or 0x612930) is unknown color: approx Jazz. HEX triplet: 61, 29 and 30. RGB value is (97,41,48). Sum of RGB (Red+Green+Blue) = 97+41+48=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #612930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612930 is #9ED6CF. Grayscale: #3A3A3A. Windows color (decimal): -10409680 or 3156321. OLE color: 3156321.

HSL color Cylindrical-coordinate representation of color #612930: hue angle of 352.5º 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 #612930 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB974148-
CMYK00.580.510.62
HSL352.5º40.58%27.06%-
HSV(B)352.5º57.73%38.04%-
XYZ6.264.343.3-
YUV58.54122.05155.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.15%
GREEN value IS 41 (16.41% from 255) = 22.04%
BLUE value IS 48 (19.14% from 255) = 25.81%
R=52.15%
G=22.04%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97414800.580.510.62352.540.5827.06
Hex61293003A333E160291b
Octal141516007263765405133
Binary1100001101001110000011101011001111111010110000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612930; }

 p { color: rgb(97,41,48); }

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

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

 a { background-color: rgb(97,41,48); }

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

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

 span { border-color: rgb(97,41,48); }

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