#61262D

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

Shades of Jazz #61262D

Tints of Jazz #61262D

Color information

#61262D (or 0x61262D) is unknown color: approx Jazz. HEX triplet: 61, 26 and 2D. RGB value is (97,38,45). Sum of RGB (Red+Green+Blue) = 97+38+45=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #61262D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61262D is #9ED9D2. Grayscale: #383838. Windows color (decimal): -10410451 or 2958945. OLE color: 2958945.

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

Color convert

RGB973845-
CMYK00.610.540.62
HSL352.88º43.7%26.47%-
HSV(B)352.88º60.82%38.04%-
XYZ6.14.122.96-
YUV56.44121.55156.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.89%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 45 (17.97% from 255) = 25%
R=53.89%
G=21.11%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97384500.610.540.62352.8843.726.47
Hex61262D03D363E1612c1a
Octal141465507566765415432
Binary1100001100110101101011110111011011111010110000110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,38,45); }

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

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

 a { background-color: rgb(97,38,45); }

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

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

 span { border-color: rgb(97,38,45); }

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