Html Css Color HEX #A80140 Jazzberry Jam

📋 copy color: '#A80140'

red 168 ◦ green 1 ◦ blue 64

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

Shades of Jazzberry Jam #A80140

Tints of Jazzberry Jam #A80140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 64 (25.39% from 255) = 27.47%

R = 72.1%
G = 0.43%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A80140 (or 0xA80140) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 40. RGB value is (168,1,64). Sum of RGB (Red+Green+Blue) = 168+1+64=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A80140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80140 is #57FEBF. Grayscale: #3A3A3A. Windows color (decimal): -5766848 or 4194728. OLE color: 4194728.

HSL color Cylindrical-coordinate representation of color #A80140: hue angle of 337.37º degrees, saturation: 0.99, 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 #A80140 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 1 64 -
CMYK 0 0.99 0.62 0.34
HSL 337.37º 0.99% 0.33% -
HSV(B) 337.37º 0.99% 0.66% -
XYZ 17.08 8.72 5.63 -
YUV 58.12 131.33 206.38 -
System Red Green Blue C M Y K H S L
Decimal 168 1 64 0 0.99 0.62 0.34 337.37 0.99 0.33
Hex A8 1 40 0 63 3E 22 151 63 21
Octal 250 1 100 0 143 76 42 521 143 41
Binary 10101000 1 1000000 0 1100011 111110 100010 101010001 1100011 100001

Color Harmonies of #A80140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80140

Black with #A80140

Text Example


Text Example

White with #A80140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80140; }

 p { color: rgb(168,1,64); }

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

background-color css

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

 a { background-color: rgb(168,1,64); }

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

border-color css

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

 span { border-color: rgb(168,1,64); }

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