Html Css Color HEX #A5034D Jazzberry Jam

📋 copy color: '#A5034D'

red 165 ◦ green 3 ◦ blue 77

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

Shades of Jazzberry Jam #A5034D

Tints of Jazzberry Jam #A5034D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

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

R = 67.35%
G = 1.22%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5034D (or 0xA5034D) is known color: Jazzberry Jam. HEX triplet: A5, 03 and 4D. RGB value is (165,3,77). Sum of RGB (Red+Green+Blue) = 165+3+77=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A5034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5034D is #5AFCB2. Grayscale: #3B3B3B. Windows color (decimal): -5962931 or 5047205. OLE color: 5047205.

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

Color convert

RGB 165 3 77 -
CMYK 0 0.98 0.53 0.35
HSL 332.59º 0.96% 0.33% -
HSV(B) 332.59º 0.98% 0.65% -
XYZ 16.89 8.6 7.79 -
YUV 59.87 137.67 202.98 -
System Red Green Blue C M Y K H S L
Decimal 165 3 77 0 0.98 0.53 0.35 332.59 0.96 0.33
Hex A5 3 4D 0 62 35 23 14D 60 21
Octal 245 3 115 0 142 65 43 515 140 41
Binary 10100101 11 1001101 0 1100010 110101 100011 101001101 1100000 100001

Color Harmonies of #A5034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5034D

Black with #A5034D

Text Example


Text Example

White with #A5034D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5034D; }

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

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

background-color css

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

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

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

border-color css

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

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

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