Html Css Color HEX #A5004A Jazzberry Jam

📋 copy color: '#A5004A'

red 165 ◦ green 0 ◦ blue 74

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

Shades of Jazzberry Jam #A5004A

Tints of Jazzberry Jam #A5004A

RGB

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

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

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

R = 69.04%
G = 0%
B = 30.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5004A (or 0xA5004A) is known color: Jazzberry Jam. HEX triplet: A5, 00 and 4A. RGB value is (165,0,74). Sum of RGB (Red+Green+Blue) = 165+0+74=239 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.04% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 165 - color contains mainly: red. Hex color #A5004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5004A is #5AFFB5. Grayscale: #393939. Windows color (decimal): -5963702 or 4849829. OLE color: 4849829.

HSL color Cylindrical-coordinate representation of color #A5004A: hue angle of 333.09º 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 #A5004A is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 0 74 -
CMYK 0 1 0.55 0.35
HSL 333.09º 1% 0.32% -
HSV(B) 333.09º 1% 0.65% -
XYZ 16.75 8.49 7.24 -
YUV 57.77 137.16 204.48 -
System Red Green Blue C M Y K H S L
Decimal 165 0 74 0 1 0.55 0.35 333.09 1 0.32
Hex A5 0 4A 0 64 37 23 14D 64 20
Octal 245 0 112 0 144 67 43 515 144 40
Binary 10100101 0 1001010 0 1100100 110111 100011 101001101 1100100 100000

Color Harmonies of #A5004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5004A

Black with #A5004A

Text Example


Text Example

White with #A5004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5004A; }

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

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

background-color css

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

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

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

border-color css

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

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

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