Html Css Color HEX #A81950 Jazzberry Jam

📋 copy color: '#A81950'

red 168 ◦ green 25 ◦ blue 80

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

Shades of Jazzberry Jam #A81950

Tints of Jazzberry Jam #A81950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.16%

 BLUE value IS 80 (31.64% from 255) = 29.3%

R = 61.54%
G = 9.16%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A81950 (or 0xA81950) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 50. RGB value is (168,25,80). Sum of RGB (Red+Green+Blue) = 168+25+80=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A81950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81950 is #57E6AF. Grayscale: #494949. Windows color (decimal): -5760688 or 5249448. OLE color: 5249448.

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

Color convert

RGB 168 25 80 -
CMYK 0 0.85 0.52 0.34
HSL 336.92º 0.74% 0.38% -
HSV(B) 336.92º 0.85% 0.66% -
XYZ 17.94 9.6 8.5 -
YUV 74.03 131.38 195.03 -
System Red Green Blue C M Y K H S L
Decimal 168 25 80 0 0.85 0.52 0.34 336.92 0.74 0.38
Hex A8 19 50 0 55 34 22 151 4A 26
Octal 250 31 120 0 125 64 42 521 112 46
Binary 10101000 11001 1010000 0 1010101 110100 100010 101010001 1001010 100110

Color Harmonies of #A81950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81950

Black with #A81950

Text Example


Text Example

White with #A81950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81950; }

 p { color: rgb(168,25,80); }

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

background-color css

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

 a { background-color: rgb(168,25,80); }

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

border-color css

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

 span { border-color: rgb(168,25,80); }

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