Html Css Color HEX #A50754 Jazzberry Jam

📋 copy color: '#A50754'

red 165 ◦ green 7 ◦ blue 84

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

Shades of Jazzberry Jam #A50754

Tints of Jazzberry Jam #A50754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 32.81%

R = 64.45%
G = 2.73%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A50754 (or 0xA50754) is known color: Jazzberry Jam. HEX triplet: A5, 07 and 54. RGB value is (165,7,84). Sum of RGB (Red+Green+Blue) = 165+7+84=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A50754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50754 is #5AF8AB. Grayscale: #3E3E3E. Windows color (decimal): -5961900 or 5506981. OLE color: 5506981.

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

Color convert

RGB 165 7 84 -
CMYK 0 0.96 0.49 0.35
HSL 330.76º 0.92% 0.34% -
HSV(B) 330.76º 0.96% 0.65% -
XYZ 17.19 8.79 9.18 -
YUV 63.02 139.85 200.74 -
System Red Green Blue C M Y K H S L
Decimal 165 7 84 0 0.96 0.49 0.35 330.76 0.92 0.34
Hex A5 7 54 0 60 31 23 14B 5C 22
Octal 245 7 124 0 140 61 43 513 134 42
Binary 10100101 111 1010100 0 1100000 110001 100011 101001011 1011100 100010

Color Harmonies of #A50754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50754

Black with #A50754

Text Example


Text Example

White with #A50754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50754; }

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

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

background-color css

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

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

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

border-color css

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

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

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