Html Css Color HEX #A80E4B Jazzberry Jam

📋 copy color: '#A80E4B'

red 168 ◦ green 14 ◦ blue 75

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

Shades of Jazzberry Jam #A80E4B

Tints of Jazzberry Jam #A80E4B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.45%

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

R = 65.37%
G = 5.45%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A80E4B (or 0xA80E4B) is known color: Jazzberry Jam. HEX triplet: A8, 0E and 4B. RGB value is (168,14,75). Sum of RGB (Red+Green+Blue) = 168+14+75=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80E4B is #57F1B4. Grayscale: #424242. Windows color (decimal): -5763509 or 4918952. OLE color: 4918952.

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

Color convert

RGB 168 14 75 -
CMYK 0 0.92 0.55 0.34
HSL 336.23º 0.85% 0.36% -
HSV(B) 336.23º 0.92% 0.66% -
XYZ 17.58 9.15 7.5 -
YUV 67 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 168 14 75 0 0.92 0.55 0.34 336.23 0.85 0.36
Hex A8 E 4B 0 5C 37 22 150 55 24
Octal 250 16 113 0 134 67 42 520 125 44
Binary 10101000 1110 1001011 0 1011100 110111 100010 101010000 1010101 100100

Color Harmonies of #A80E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80E4B

Black with #A80E4B

Text Example


Text Example

White with #A80E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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