Html Css Color HEX #A81850 Jazzberry Jam

📋 copy color: '#A81850'

red 168 ◦ green 24 ◦ blue 80

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

Shades of Jazzberry Jam #A81850

Tints of Jazzberry Jam #A81850

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.82%

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

R = 61.76%
G = 8.82%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A81850 (or 0xA81850) is known color: Jazzberry Jam. HEX triplet: A8, 18 and 50. RGB value is (168,24,80). Sum of RGB (Red+Green+Blue) = 168+24+80=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A81850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81850 is #57E7AF. Grayscale: #494949. Windows color (decimal): -5760944 or 5249192. OLE color: 5249192.

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

Color convert

RGB 168 24 80 -
CMYK 0 0.86 0.52 0.34
HSL 336.67º 0.75% 0.38% -
HSV(B) 336.67º 0.86% 0.66% -
XYZ 17.92 9.56 8.49 -
YUV 73.44 131.71 195.45 -
System Red Green Blue C M Y K H S L
Decimal 168 24 80 0 0.86 0.52 0.34 336.67 0.75 0.38
Hex A8 18 50 0 56 34 22 151 4B 26
Octal 250 30 120 0 126 64 42 521 113 46
Binary 10101000 11000 1010000 0 1010110 110100 100010 101010001 1001011 100110

Color Harmonies of #A81850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81850

Black with #A81850

Text Example


Text Example

White with #A81850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81850; }

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

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

background-color css

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

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

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

border-color css

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

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

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