Html Css Color HEX #A8034A Jazzberry Jam

📋 copy color: '#A8034A'

red 168 ◦ green 3 ◦ blue 74

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

Shades of Jazzberry Jam #A8034A

Tints of Jazzberry Jam #A8034A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

 BLUE value IS 74 (29.3% from 255) = 30.2%

R = 68.57%
G = 1.22%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#A8034A (or 0xA8034A) is known color: Jazzberry Jam. HEX triplet: A8, 03 and 4A. RGB value is (168,3,74). Sum of RGB (Red+Green+Blue) = 168+3+74=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A8034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8034A is #57FCB5. Grayscale: #3C3C3C. Windows color (decimal): -5766326 or 4850600. OLE color: 4850600.

HSL color Cylindrical-coordinate representation of color #A8034A: hue angle of 334.18º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8034A is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 3 74 -
CMYK 0 0.98 0.56 0.34
HSL 334.18º 0.96% 0.34% -
HSV(B) 334.18º 0.98% 0.66% -
XYZ 17.42 8.88 7.28 -
YUV 60.43 135.66 204.73 -
System Red Green Blue C M Y K H S L
Decimal 168 3 74 0 0.98 0.56 0.34 334.18 0.96 0.34
Hex A8 3 4A 0 62 38 22 14E 60 22
Octal 250 3 112 0 142 70 42 516 140 42
Binary 10101000 11 1001010 0 1100010 111000 100010 101001110 1100000 100010

Color Harmonies of #A8034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8034A

Black with #A8034A

Text Example


Text Example

White with #A8034A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8034A; }

 p { color: rgb(168,3,74); }

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

background-color css

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

 a { background-color: rgb(168,3,74); }

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

border-color css

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

 span { border-color: rgb(168,3,74); }

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