#612530

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

Shades of Jazz #612530

Tints of Jazz #612530

Color information

#612530 (or 0x612530) is unknown color: approx Jazz. HEX triplet: 61, 25 and 30. RGB value is (97,37,48). Sum of RGB (Red+Green+Blue) = 97+37+48=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #612530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612530 is #9EDACF. Grayscale: #383838. Windows color (decimal): -10410704 or 3155297. OLE color: 3155297.

HSL color Cylindrical-coordinate representation of color #612530: hue angle of 349º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #612530 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB973748-
CMYK00.620.510.62
HSL349º44.78%26.27%-
HSV(B)349º61.86%38.04%-
XYZ6.124.083.26-
YUV56.19123.38157.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.30%
GREEN value IS 37 (14.84% from 255) = 20.33%
BLUE value IS 48 (19.14% from 255) = 26.37%
R=53.30%
G=20.33%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97374800.620.510.6234944.7826.27
Hex61253003E333E15d2d1a
Octal141456007663765355532
Binary1100001100101110000011111011001111111010101110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612530; }

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

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

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

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

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

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

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

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