Html Css Color HEX #A80244 Jazzberry Jam

📋 copy color: '#A80244'

red 168 ◦ green 2 ◦ blue 68

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

Shades of Jazzberry Jam #A80244

Tints of Jazzberry Jam #A80244

RGB

 RED value IS 168 (66.02% from 255) = 70.59%

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 68 (26.95% from 255) = 28.57%

R = 70.59%
G = 0.84%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A80244 (or 0xA80244) is known color: Jazzberry Jam. HEX triplet: A8, 02 and 44. RGB value is (168,2,68). Sum of RGB (Red+Green+Blue) = 168+2+68=238 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.59% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 168 - color contains mainly: red. Hex color #A80244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80244 is #57FDBB. Grayscale: #3B3B3B. Windows color (decimal): -5766588 or 4457128. OLE color: 4457128.

HSL color Cylindrical-coordinate representation of color #A80244: hue angle of 336.14º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80244 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 2 68 -
CMYK 0 0.99 0.60 0.34
HSL 336.14º 0.98% 0.33% -
HSV(B) 336.14º 0.99% 0.66% -
XYZ 17.21 8.79 6.26 -
YUV 59.16 133 205.63 -
System Red Green Blue C M Y K H S L
Decimal 168 2 68 0 0.99 0.60 0.34 336.14 0.98 0.33
Hex A8 2 44 0 63 3C 22 150 62 21
Octal 250 2 104 0 143 74 42 520 142 41
Binary 10101000 10 1000100 0 1100011 111100 100010 101010000 1100010 100001

Color Harmonies of #A80244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80244

Black with #A80244

Text Example


Text Example

White with #A80244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80244; }

 p { color: rgb(168,2,68); }

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

background-color css

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

 a { background-color: rgb(168,2,68); }

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

border-color css

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

 span { border-color: rgb(168,2,68); }

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