Html Css Color HEX #A61145 Jazzberry Jam

📋 copy color: '#A61145'

red 166 ◦ green 17 ◦ blue 69

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

Shades of Jazzberry Jam #A61145

Tints of Jazzberry Jam #A61145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.75%

 BLUE value IS 69 (27.34% from 255) = 27.38%

R = 65.87%
G = 6.75%
B = 27.38%

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

#A61145 (or 0xA61145) is known color: Jazzberry Jam. HEX triplet: A6, 11 and 45. RGB value is (166,17,69). Sum of RGB (Red+Green+Blue) = 166+17+69=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A61145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61145 is #59EEBA. Grayscale: #434343. Windows color (decimal): -5893819 or 4526502. OLE color: 4526502.

HSL color Cylindrical-coordinate representation of color #A61145: hue angle of 339.06º degrees, saturation: 0.81, 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 #A61145 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 17 69 -
CMYK 0 0.90 0.58 0.35
HSL 339.06º 0.81% 0.36% -
HSV(B) 339.06º 0.9% 0.65% -
XYZ 17 8.94 6.46 -
YUV 67.48 128.86 198.27 -
System Red Green Blue C M Y K H S L
Decimal 166 17 69 0 0.90 0.58 0.35 339.06 0.81 0.36
Hex A6 11 45 0 5A 3A 23 153 51 24
Octal 246 21 105 0 132 72 43 523 121 44
Binary 10100110 10001 1000101 0 1011010 111010 100011 101010011 1010001 100100

Color Harmonies of #A61145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61145

Black with #A61145

Text Example


Text Example

White with #A61145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61145; }

 p { color: rgb(166,17,69); }

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

background-color css

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

 a { background-color: rgb(166,17,69); }

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

border-color css

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

 span { border-color: rgb(166,17,69); }

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