Html Css Color HEX #A5044B Jazzberry Jam

📋 copy color: '#A5044B'

red 165 ◦ green 4 ◦ blue 75

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

Shades of Jazzberry Jam #A5044B

Tints of Jazzberry Jam #A5044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.64%

 BLUE value IS 75 (29.69% from 255) = 30.74%

R = 67.62%
G = 1.64%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5044B (or 0xA5044B) is known color: Jazzberry Jam. HEX triplet: A5, 04 and 4B. RGB value is (165,4,75). Sum of RGB (Red+Green+Blue) = 165+4+75=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A5044B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5044B is #5AFBB4. Grayscale: #3C3C3C. Windows color (decimal): -5962677 or 4916389. OLE color: 4916389.

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

Color convert

RGB 165 4 75 -
CMYK 0 0.98 0.55 0.35
HSL 333.54º 0.95% 0.33% -
HSV(B) 333.54º 0.98% 0.65% -
XYZ 16.83 8.59 7.43 -
YUV 60.23 136.34 202.73 -
System Red Green Blue C M Y K H S L
Decimal 165 4 75 0 0.98 0.55 0.35 333.54 0.95 0.33
Hex A5 4 4B 0 62 37 23 14E 5F 21
Octal 245 4 113 0 142 67 43 516 137 41
Binary 10100101 100 1001011 0 1100010 110111 100011 101001110 1011111 100001

Color Harmonies of #A5044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5044B

Black with #A5044B

Text Example


Text Example

White with #A5044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5044B; }

 p { color: rgb(165,4,75); }

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

background-color css

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

 a { background-color: rgb(165,4,75); }

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

border-color css

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

 span { border-color: rgb(165,4,75); }

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