Html Css Color HEX #A8074D Jazzberry Jam

📋 copy color: '#A8074D'

red 168 ◦ green 7 ◦ blue 77

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

Shades of Jazzberry Jam #A8074D

Tints of Jazzberry Jam #A8074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.78%

 BLUE value IS 77 (30.47% from 255) = 30.56%

R = 66.67%
G = 2.78%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A8074D (or 0xA8074D) is known color: Jazzberry Jam. HEX triplet: A8, 07 and 4D. RGB value is (168,7,77). Sum of RGB (Red+Green+Blue) = 168+7+77=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8074D is #57F8B2. Grayscale: #3F3F3F. Windows color (decimal): -5765299 or 5048232. OLE color: 5048232.

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

Color convert

RGB 168 7 77 -
CMYK 0 0.96 0.54 0.34
HSL 333.91º 0.92% 0.34% -
HSV(B) 333.91º 0.96% 0.66% -
XYZ 17.56 9.01 7.84 -
YUV 63.12 135.84 202.81 -
System Red Green Blue C M Y K H S L
Decimal 168 7 77 0 0.96 0.54 0.34 333.91 0.92 0.34
Hex A8 7 4D 0 60 36 22 14E 5C 22
Octal 250 7 115 0 140 66 42 516 134 42
Binary 10101000 111 1001101 0 1100000 110110 100010 101001110 1011100 100010

Color Harmonies of #A8074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8074D

Black with #A8074D

Text Example


Text Example

White with #A8074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8074D; }

 p { color: rgb(168,7,77); }

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

background-color css

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

 a { background-color: rgb(168,7,77); }

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

border-color css

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

 span { border-color: rgb(168,7,77); }

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