Html Css Color HEX #A81048 Jazzberry Jam

📋 copy color: '#A81048'

red 168 ◦ green 16 ◦ blue 72

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

Shades of Jazzberry Jam #A81048

Tints of Jazzberry Jam #A81048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.25%

 BLUE value IS 72 (28.52% from 255) = 28.13%

R = 65.63%
G = 6.25%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A81048 (or 0xA81048) is known color: Jazzberry Jam. HEX triplet: A8, 10 and 48. RGB value is (168,16,72). Sum of RGB (Red+Green+Blue) = 168+16+72=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A81048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81048 is #57EFB7. Grayscale: #434343. Windows color (decimal): -5763000 or 4722856. OLE color: 4722856.

HSL color Cylindrical-coordinate representation of color #A81048: hue angle of 337.89º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81048 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 16 72 -
CMYK 0 0.90 0.57 0.34
HSL 337.89º 0.83% 0.36% -
HSV(B) 337.89º 0.9% 0.66% -
XYZ 17.5 9.16 6.98 -
YUV 67.83 130.36 199.45 -
System Red Green Blue C M Y K H S L
Decimal 168 16 72 0 0.90 0.57 0.34 337.89 0.83 0.36
Hex A8 10 48 0 5A 39 22 152 53 24
Octal 250 20 110 0 132 71 42 522 123 44
Binary 10101000 10000 1001000 0 1011010 111001 100010 101010010 1010011 100100

Color Harmonies of #A81048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81048

Black with #A81048

Text Example


Text Example

White with #A81048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81048; }

 p { color: rgb(168,16,72); }

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

background-color css

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

 a { background-color: rgb(168,16,72); }

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

border-color css

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

 span { border-color: rgb(168,16,72); }

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