Html Css Color HEX #A50345 Jazzberry Jam

📋 copy color: '#A50345'

red 165 ◦ green 3 ◦ blue 69

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

Shades of Jazzberry Jam #A50345

Tints of Jazzberry Jam #A50345

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 69.62%
G = 1.27%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A50345 (or 0xA50345) is known color: Jazzberry Jam. HEX triplet: A5, 03 and 45. RGB value is (165,3,69). Sum of RGB (Red+Green+Blue) = 165+3+69=237 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.62% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 165 - color contains mainly: red. Hex color #A50345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50345 is #5AFCBA. Grayscale: #3A3A3A. Windows color (decimal): -5962939 or 4522917. OLE color: 4522917.

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

Color convert

RGB 165 3 69 -
CMYK 0 0.98 0.58 0.35
HSL 335.56º 0.96% 0.33% -
HSV(B) 335.56º 0.98% 0.65% -
XYZ 16.62 8.49 6.39 -
YUV 58.96 133.67 203.63 -
System Red Green Blue C M Y K H S L
Decimal 165 3 69 0 0.98 0.58 0.35 335.56 0.96 0.33
Hex A5 3 45 0 62 3A 23 150 60 21
Octal 245 3 105 0 142 72 43 520 140 41
Binary 10100101 11 1000101 0 1100010 111010 100011 101010000 1100000 100001

Color Harmonies of #A50345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50345

Black with #A50345

Text Example


Text Example

White with #A50345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50345; }

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

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

background-color css

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

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

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

border-color css

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

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

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