Html Css Color HEX #A80C4B Jazzberry Jam

📋 copy color: '#A80C4B'

red 168 ◦ green 12 ◦ blue 75

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

Shades of Jazzberry Jam #A80C4B

Tints of Jazzberry Jam #A80C4B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.71%

 BLUE value IS 75 (29.69% from 255) = 29.41%

R = 65.88%
G = 4.71%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A80C4B (or 0xA80C4B) is known color: Jazzberry Jam. HEX triplet: A8, 0C and 4B. RGB value is (168,12,75). Sum of RGB (Red+Green+Blue) = 168+12+75=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80C4B is #57F3B4. Grayscale: #414141. Windows color (decimal): -5764021 or 4918440. OLE color: 4918440.

HSL color Cylindrical-coordinate representation of color #A80C4B: hue angle of 335.77º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80C4B is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 12 75 -
CMYK 0 0.93 0.55 0.34
HSL 335.77º 0.87% 0.35% -
HSV(B) 335.77º 0.93% 0.66% -
XYZ 17.55 9.1 7.49 -
YUV 65.83 133.18 200.88 -
System Red Green Blue C M Y K H S L
Decimal 168 12 75 0 0.93 0.55 0.34 335.77 0.87 0.35
Hex A8 C 4B 0 5D 37 22 150 57 23
Octal 250 14 113 0 135 67 42 520 127 43
Binary 10101000 1100 1001011 0 1011101 110111 100010 101010000 1010111 100011

Color Harmonies of #A80C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80C4B

Black with #A80C4B

Text Example


Text Example

White with #A80C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80C4B; }

 p { color: rgb(168,12,75); }

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

background-color css

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

 a { background-color: rgb(168,12,75); }

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

border-color css

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

 span { border-color: rgb(168,12,75); }

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