Html Css Color HEX #A81752 Jazzberry Jam

📋 copy color: '#A81752'

red 168 ◦ green 23 ◦ blue 82

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

Shades of Jazzberry Jam #A81752

Tints of Jazzberry Jam #A81752

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.42%

 BLUE value IS 82 (32.42% from 255) = 30.04%

R = 61.54%
G = 8.42%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A81752 (or 0xA81752) is known color: Jazzberry Jam. HEX triplet: A8, 17 and 52. RGB value is (168,23,82). Sum of RGB (Red+Green+Blue) = 168+23+82=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A81752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81752 is #57E8AD. Grayscale: #484848. Windows color (decimal): -5761198 or 5380008. OLE color: 5380008.

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

Color convert

RGB 168 23 82 -
CMYK 0 0.86 0.51 0.34
HSL 335.59º 0.76% 0.37% -
HSV(B) 335.59º 0.86% 0.66% -
XYZ 17.98 9.55 8.88 -
YUV 73.08 133.04 195.7 -
System Red Green Blue C M Y K H S L
Decimal 168 23 82 0 0.86 0.51 0.34 335.59 0.76 0.37
Hex A8 17 52 0 56 33 22 150 4C 25
Octal 250 27 122 0 126 63 42 520 114 45
Binary 10101000 10111 1010010 0 1010110 110011 100010 101010000 1001100 100101

Color Harmonies of #A81752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81752

Black with #A81752

Text Example


Text Example

White with #A81752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81752; }

 p { color: rgb(168,23,82); }

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

background-color css

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

 a { background-color: rgb(168,23,82); }

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

border-color css

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

 span { border-color: rgb(168,23,82); }

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