Html Css Color HEX #A5074B Jazzberry Jam

📋 copy color: '#A5074B'

red 165 ◦ green 7 ◦ blue 75

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

Shades of Jazzberry Jam #A5074B

Tints of Jazzberry Jam #A5074B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.83%

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

R = 66.8%
G = 2.83%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5074B (or 0xA5074B) is known color: Jazzberry Jam. HEX triplet: A5, 07 and 4B. RGB value is (165,7,75). Sum of RGB (Red+Green+Blue) = 165+7+75=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A5074B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5074B is #5AF8B4. Grayscale: #3D3D3D. Windows color (decimal): -5961909 or 4917157. OLE color: 4917157.

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

Color convert

RGB 165 7 75 -
CMYK 0 0.96 0.55 0.35
HSL 334.18º 0.92% 0.34% -
HSV(B) 334.18º 0.96% 0.65% -
XYZ 16.86 8.66 7.44 -
YUV 61.99 135.35 201.47 -
System Red Green Blue C M Y K H S L
Decimal 165 7 75 0 0.96 0.55 0.35 334.18 0.92 0.34
Hex A5 7 4B 0 60 37 23 14E 5C 22
Octal 245 7 113 0 140 67 43 516 134 42
Binary 10100101 111 1001011 0 1100000 110111 100011 101001110 1011100 100010

Color Harmonies of #A5074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5074B

Black with #A5074B

Text Example


Text Example

White with #A5074B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5074B; }

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

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

background-color css

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

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

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

border-color css

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

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

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