Html Css Color HEX #A61046 Jazzberry Jam

📋 copy color: '#A61046'

red 166 ◦ green 16 ◦ blue 70

#A61046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A61046

Tints of Jazzberry Jam #A61046

RGB

 RED value IS 166 (65.23% from 255) = 65.87%

 GREEN value IS 16 (6.64% from 255) = 6.35%

 BLUE value IS 70 (27.73% from 255) = 27.78%

R = 65.87%
G = 6.35%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A61046 (or 0xA61046) is known color: Jazzberry Jam. HEX triplet: A6, 10 and 46. RGB value is (166,16,70). Sum of RGB (Red+Green+Blue) = 166+16+70=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A61046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61046 is #59EFB9. Grayscale: #424242. Windows color (decimal): -5894074 or 4591782. OLE color: 4591782.

HSL color Cylindrical-coordinate representation of color #A61046: hue angle of 338.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61046 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 16 70 -
CMYK 0 0.90 0.58 0.35
HSL 338.4º 0.82% 0.36% -
HSV(B) 338.4º 0.9% 0.65% -
XYZ 17.02 8.92 6.62 -
YUV 67.01 129.7 198.61 -
System Red Green Blue C M Y K H S L
Decimal 166 16 70 0 0.90 0.58 0.35 338.4 0.82 0.36
Hex A6 10 46 0 5A 3A 23 152 52 24
Octal 246 20 106 0 132 72 43 522 122 44
Binary 10100110 10000 1000110 0 1011010 111010 100011 101010010 1010010 100100

Color Harmonies of #A61046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61046

Black with #A61046

Text Example


Text Example

White with #A61046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61046; }

 p { color: rgb(166,16,70); }

 H1.HeaderClassName
 {
   color: #A61046;
 }
 .AnyTagClassName
 {
   color: #A61046;
 }
</style>

background-color css

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

 a { background-color: rgb(166,16,70); }

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

border-color css

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

 span { border-color: rgb(166,16,70); }

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