#61262E

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

Shades of Jazz #61262E

Tints of Jazz #61262E

Color information

#61262E (or 0x61262E) is unknown color: approx Jazz. HEX triplet: 61, 26 and 2E. RGB value is (97,38,46). Sum of RGB (Red+Green+Blue) = 97+38+46=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #61262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61262E is #9ED9D1. Grayscale: #383838. Windows color (decimal): -10410450 or 3024481. OLE color: 3024481.

HSL color Cylindrical-coordinate representation of color #61262E: hue angle of 351.86º 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 #61262E is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB973846-
CMYK00.610.530.62
HSL351.86º43.7%26.47%-
HSV(B)351.86º60.82%38.04%-
XYZ6.124.123.06-
YUV56.55122.05156.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.59%
GREEN value IS 38 (15.23% from 255) = 20.99%
BLUE value IS 46 (18.36% from 255) = 25.41%
R=53.59%
G=20.99%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97384600.610.530.62351.8643.726.47
Hex61262E03D353E1602c1a
Octal141465607565765405432
Binary1100001100110101110011110111010111111010110000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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