Html Css Color HEX #A50245 Jazzberry Jam

📋 copy color: '#A50245'

red 165 ◦ green 2 ◦ blue 69

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

Shades of Jazzberry Jam #A50245

Tints of Jazzberry Jam #A50245

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 69.92%
G = 0.85%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A50245 (or 0xA50245) is known color: Jazzberry Jam. HEX triplet: A5, 02 and 45. RGB value is (165,2,69). Sum of RGB (Red+Green+Blue) = 165+2+69=236 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.92% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 165 - color contains mainly: red. Hex color #A50245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50245 is #5AFDBA. Grayscale: #3A3A3A. Windows color (decimal): -5963195 or 4522661. OLE color: 4522661.

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

Color convert

RGB 165 2 69 -
CMYK 0 0.99 0.58 0.35
HSL 335.34º 0.98% 0.33% -
HSV(B) 335.34º 0.99% 0.65% -
XYZ 16.61 8.47 6.39 -
YUV 58.38 134 204.05 -
System Red Green Blue C M Y K H S L
Decimal 165 2 69 0 0.99 0.58 0.35 335.34 0.98 0.33
Hex A5 2 45 0 63 3A 23 14F 62 21
Octal 245 2 105 0 143 72 43 517 142 41
Binary 10100101 10 1000101 0 1100011 111010 100011 101001111 1100010 100001

Color Harmonies of #A50245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50245

Black with #A50245

Text Example


Text Example

White with #A50245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50245; }

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

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

background-color css

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

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

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

border-color css

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

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

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