#A61B52

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

Shades of Jazzberry Jam #A61B52

Tints of Jazzberry Jam #A61B52

Color information

#A61B52 (or 0xA61B52) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 1B and 52. RGB value is (166,27,82). Sum of RGB (Red+Green+Blue) = 166+27+82=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A61B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61B52 is #59E4AD. Grayscale: #4A4A4A. Windows color (decimal): -5891246 or 5381030. OLE color: 5381030.

HSL color Cylindrical-coordinate representation of color #A61B52: hue angle of 336.26º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61B52 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB1662782-
CMYK00.840.510.35
HSL336.26º72.02%37.84%-
HSV(B)336.26º83.73%65.1%-
XYZ17.649.58.89-
YUV74.83132.05193.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.36%
GREEN value IS 27 (10.94% from 255) = 9.82%
BLUE value IS 82 (32.42% from 255) = 29.82%
R=60.36%
G=9.82%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166278200.840.510.35336.2672.0237.84
HexA61B5205433231504826
Octal246331220124634352011046
Binary10100110110111010010010101001100111000111010100001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61B52; }

 p { color: rgb(166,27,82); }

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

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

 a { background-color: rgb(166,27,82); }

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

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

 span { border-color: rgb(166,27,82); }

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