Html Css Color HEX #A50745 Jazzberry Jam

📋 copy color: '#A50745'

red 165 ◦ green 7 ◦ blue 69

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

Shades of Jazzberry Jam #A50745

Tints of Jazzberry Jam #A50745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.63%

R = 68.46%
G = 2.9%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A50745 (or 0xA50745) is known color: Jazzberry Jam. HEX triplet: A5, 07 and 45. RGB value is (165,7,69). Sum of RGB (Red+Green+Blue) = 165+7+69=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A50745 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50745 is #5AF8BA. Grayscale: #3D3D3D. Windows color (decimal): -5961915 or 4523941. OLE color: 4523941.

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

Color convert

RGB 165 7 69 -
CMYK 0 0.96 0.58 0.35
HSL 336.46º 0.92% 0.34% -
HSV(B) 336.46º 0.96% 0.65% -
XYZ 16.67 8.58 6.41 -
YUV 61.31 132.35 201.96 -
System Red Green Blue C M Y K H S L
Decimal 165 7 69 0 0.96 0.58 0.35 336.46 0.92 0.34
Hex A5 7 45 0 60 3A 23 150 5C 22
Octal 245 7 105 0 140 72 43 520 134 42
Binary 10100101 111 1000101 0 1100000 111010 100011 101010000 1011100 100010

Color Harmonies of #A50745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50745

Black with #A50745

Text Example


Text Example

White with #A50745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50745; }

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

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

background-color css

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

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

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

border-color css

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

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

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