#612830

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

Shades of Jazz #612830

Tints of Jazz #612830

Color information

#612830 (or 0x612830) is unknown color: approx Jazz. HEX triplet: 61, 28 and 30. RGB value is (97,40,48). Sum of RGB (Red+Green+Blue) = 97+40+48=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #612830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612830 is #9ED7CF. Grayscale: #393939. Windows color (decimal): -10409936 or 3156065. OLE color: 3156065.

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

Color convert

RGB974048-
CMYK00.590.510.62
HSL351.58º41.61%26.86%-
HSV(B)351.58º58.76%38.04%-
XYZ6.224.273.29-
YUV57.96122.38155.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 48 (19.14% from 255) = 25.95%
R=52.43%
G=21.62%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97404800.590.510.62351.5841.6126.86
Hex61283003B333E1602a1b
Octal141506007363765405233
Binary1100001101000110000011101111001111111010110000010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612830; }

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

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

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

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

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

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

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

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