Html Css Color HEX #A80B5F Jazzberry Jam

📋 copy color: '#A80B5F'

red 168 ◦ green 11 ◦ blue 95

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

Shades of Jazzberry Jam #A80B5F

Tints of Jazzberry Jam #A80B5F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.01%

 BLUE value IS 95 (37.5% from 255) = 34.67%

R = 61.31%
G = 4.01%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A80B5F (or 0xA80B5F) is known color: Jazzberry Jam. HEX triplet: A8, 0B and 5F. RGB value is (168,11,95). Sum of RGB (Red+Green+Blue) = 168+11+95=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80B5F is #57F4A0. Grayscale: #434343. Windows color (decimal): -5764257 or 6228904. OLE color: 6228904.

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

Color convert

RGB 168 11 95 -
CMYK 0 0.93 0.43 0.34
HSL 327.9º 0.88% 0.35% -
HSV(B) 327.9º 0.93% 0.66% -
XYZ 18.33 9.39 11.67 -
YUV 67.52 143.51 199.67 -
System Red Green Blue C M Y K H S L
Decimal 168 11 95 0 0.93 0.43 0.34 327.9 0.88 0.35
Hex A8 B 5F 0 5D 2B 22 148 58 23
Octal 250 13 137 0 135 53 42 510 130 43
Binary 10101000 1011 1011111 0 1011101 101011 100010 101001000 1011000 100011

Color Harmonies of #A80B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80B5F

Black with #A80B5F

Text Example


Text Example

White with #A80B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80B5F; }

 p { color: rgb(168,11,95); }

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

background-color css

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

 a { background-color: rgb(168,11,95); }

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

border-color css

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

 span { border-color: rgb(168,11,95); }

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