Html Css Color HEX #A9065D Jazzberry Jam

📋 copy color: '#A9065D'

red 169 ◦ green 6 ◦ blue 93

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

Shades of Jazzberry Jam #A9065D

Tints of Jazzberry Jam #A9065D

RGB

 RED value IS 169 (66.41% from 255) = 63.06%

 GREEN value IS 6 (2.73% from 255) = 2.24%

 BLUE value IS 93 (36.72% from 255) = 34.7%

R = 63.06%
G = 2.24%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A9065D (or 0xA9065D) is known color: Jazzberry Jam. HEX triplet: A9, 06 and 5D. RGB value is (169,6,93). Sum of RGB (Red+Green+Blue) = 169+6+93=268 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.06% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 169 - color contains mainly: red. Hex color #A9065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9065D is #56F9A2. Grayscale: #404040. Windows color (decimal): -5700003 or 6096553. OLE color: 6096553.

HSL color Cylindrical-coordinate representation of color #A9065D: hue angle of 327.98º degrees, saturation: 0.93, 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 #A9065D is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 6 93 -
CMYK 0 0.96 0.45 0.34
HSL 327.98º 0.93% 0.34% -
HSV(B) 327.98º 0.96% 0.66% -
XYZ 18.4 9.36 11.19 -
YUV 64.66 144 202.43 -
System Red Green Blue C M Y K H S L
Decimal 169 6 93 0 0.96 0.45 0.34 327.98 0.93 0.34
Hex A9 6 5D 0 60 2D 22 148 5D 22
Octal 251 6 135 0 140 55 42 510 135 42
Binary 10101001 110 1011101 0 1100000 101101 100010 101001000 1011101 100010

Color Harmonies of #A9065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9065D

Black with #A9065D

Text Example


Text Example

White with #A9065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9065D; }

 p { color: rgb(169,6,93); }

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

background-color css

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

 a { background-color: rgb(169,6,93); }

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

border-color css

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

 span { border-color: rgb(169,6,93); }

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