Html Css Color HEX #A61245 Jazzberry Jam

📋 copy color: '#A61245'

red 166 ◦ green 18 ◦ blue 69

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

Shades of Jazzberry Jam #A61245

Tints of Jazzberry Jam #A61245

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.11%

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

R = 65.61%
G = 7.11%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A61245 (or 0xA61245) is known color: Jazzberry Jam. HEX triplet: A6, 12 and 45. RGB value is (166,18,69). Sum of RGB (Red+Green+Blue) = 166+18+69=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A61245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61245 is #59EDBA. Grayscale: #444444. Windows color (decimal): -5893563 or 4526758. OLE color: 4526758.

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

Color convert

RGB 166 18 69 -
CMYK 0 0.89 0.58 0.35
HSL 339.32º 0.8% 0.36% -
HSV(B) 339.32º 0.89% 0.65% -
XYZ 17.02 8.97 6.46 -
YUV 68.07 128.53 197.85 -
System Red Green Blue C M Y K H S L
Decimal 166 18 69 0 0.89 0.58 0.35 339.32 0.8 0.36
Hex A6 12 45 0 59 3A 23 153 50 24
Octal 246 22 105 0 131 72 43 523 120 44
Binary 10100110 10010 1000101 0 1011001 111010 100011 101010011 1010000 100100

Color Harmonies of #A61245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61245

Black with #A61245

Text Example


Text Example

White with #A61245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61245; }

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

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

background-color css

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

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

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

border-color css

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

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

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