Html Css Color HEX #A81965 Jazzberry Jam

📋 copy color: '#A81965'

red 168 ◦ green 25 ◦ blue 101

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

Shades of Jazzberry Jam #A81965

Tints of Jazzberry Jam #A81965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.35%

R = 57.14%
G = 8.5%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A81965 (or 0xA81965) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 65. RGB value is (168,25,101). Sum of RGB (Red+Green+Blue) = 168+25+101=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A81965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81965 is #57E69A. Grayscale: #4C4C4C. Windows color (decimal): -5760667 or 6625704. OLE color: 6625704.

HSL color Cylindrical-coordinate representation of color #A81965: hue angle of 328.11º 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 #A81965 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 25 101 -
CMYK 0 0.85 0.40 0.34
HSL 328.11º 0.74% 0.38% -
HSV(B) 328.11º 0.85% 0.66% -
XYZ 18.85 9.96 13.24 -
YUV 76.42 141.88 193.32 -
System Red Green Blue C M Y K H S L
Decimal 168 25 101 0 0.85 0.40 0.34 328.11 0.74 0.38
Hex A8 19 65 0 55 28 22 148 4A 26
Octal 250 31 145 0 125 50 42 510 112 46
Binary 10101000 11001 1100101 0 1010101 101000 100010 101001000 1001010 100110

Color Harmonies of #A81965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81965

Black with #A81965

Text Example


Text Example

White with #A81965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81965; }

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

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

background-color css

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

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

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

border-color css

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

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

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