#61252C

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

Shades of Jazz #61252C

Tints of Jazz #61252C

Color information

#61252C (or 0x61252C) is unknown color: approx Jazz. HEX triplet: 61, 25 and 2C. RGB value is (97,37,44). Sum of RGB (Red+Green+Blue) = 97+37+44=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #61252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61252C is #9EDAD3. Grayscale: #373737. Windows color (decimal): -10410708 or 2893153. OLE color: 2893153.

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

Color convert

RGB973744-
CMYK00.620.550.62
HSL353º44.78%26.27%-
HSV(B)353º61.86%38.04%-
XYZ6.054.052.85-
YUV55.74121.38157.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.49%
GREEN value IS 37 (14.84% from 255) = 20.79%
BLUE value IS 44 (17.58% from 255) = 24.72%
R=54.49%
G=20.79%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97374400.620.550.6235344.7826.27
Hex61252C03E373E1612d1a
Octal141455407667765415532
Binary1100001100101101100011111011011111111010110000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61252C; }

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

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

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

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

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

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

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

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