Html Css Color HEX #A5004D Jazzberry Jam

📋 copy color: '#A5004D'

red 165 ◦ green 0 ◦ blue 77

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

Shades of Jazzberry Jam #A5004D

Tints of Jazzberry Jam #A5004D

RGB

 RED value IS 165 (64.84% from 255) = 68.18%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.18%
G = 0%
B = 31.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5004D (or 0xA5004D) is known color: Jazzberry Jam. HEX triplet: A5, 00 and 4D. RGB value is (165,0,77). Sum of RGB (Red+Green+Blue) = 165+0+77=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A5004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5004D is #5AFFB2. Grayscale: #393939. Windows color (decimal): -5963699 or 5046437. OLE color: 5046437.

HSL color Cylindrical-coordinate representation of color #A5004D: hue angle of 332º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5004D is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 0 77 -
CMYK 0 1 0.53 0.35
HSL 332º 1% 0.32% -
HSV(B) 332º 1% 0.65% -
XYZ 16.86 8.54 7.78 -
YUV 58.11 138.66 204.24 -
System Red Green Blue C M Y K H S L
Decimal 165 0 77 0 1 0.53 0.35 332 1 0.32
Hex A5 0 4D 0 64 35 23 14C 64 20
Octal 245 0 115 0 144 65 43 514 144 40
Binary 10100101 0 1001101 0 1100100 110101 100011 101001100 1100100 100000

Color Harmonies of #A5004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5004D

Black with #A5004D

Text Example


Text Example

White with #A5004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5004D; }

 p { color: rgb(165,0,77); }

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

background-color css

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

 a { background-color: rgb(165,0,77); }

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

border-color css

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

 span { border-color: rgb(165,0,77); }

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