Html Css Color HEX #A8084C Jazzberry Jam

📋 copy color: '#A8084C'

red 168 ◦ green 8 ◦ blue 76

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

Shades of Jazzberry Jam #A8084C

Tints of Jazzberry Jam #A8084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

 BLUE value IS 76 (30.08% from 255) = 30.16%

R = 66.67%
G = 3.17%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A8084C (or 0xA8084C) is known color: Jazzberry Jam. HEX triplet: A8, 08 and 4C. RGB value is (168,8,76). Sum of RGB (Red+Green+Blue) = 168+8+76=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8084C is #57F7B3. Grayscale: #3F3F3F. Windows color (decimal): -5765044 or 4982952. OLE color: 4982952.

HSL color Cylindrical-coordinate representation of color #A8084C: hue angle of 334.5º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8084C is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 8 76 -
CMYK 0 0.95 0.55 0.34
HSL 334.5º 0.91% 0.35% -
HSV(B) 334.5º 0.95% 0.66% -
XYZ 17.54 9.02 7.65 -
YUV 63.59 135.01 202.47 -
System Red Green Blue C M Y K H S L
Decimal 168 8 76 0 0.95 0.55 0.34 334.5 0.91 0.35
Hex A8 8 4C 0 5F 37 22 14E 5B 23
Octal 250 10 114 0 137 67 42 516 133 43
Binary 10101000 1000 1001100 0 1011111 110111 100010 101001110 1011011 100011

Color Harmonies of #A8084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8084C

Black with #A8084C

Text Example


Text Example

White with #A8084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8084C; }

 p { color: rgb(168,8,76); }

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

background-color css

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

 a { background-color: rgb(168,8,76); }

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

border-color css

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

 span { border-color: rgb(168,8,76); }

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