Html Css Color HEX #A50342 Jazzberry Jam

📋 copy color: '#A50342'

red 165 ◦ green 3 ◦ blue 66

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

Shades of Jazzberry Jam #A50342

Tints of Jazzberry Jam #A50342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.21%

R = 70.51%
G = 1.28%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A50342 (or 0xA50342) is known color: Jazzberry Jam. HEX triplet: A5, 03 and 42. RGB value is (165,3,66). Sum of RGB (Red+Green+Blue) = 165+3+66=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A50342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50342 is #5AFCBD. Grayscale: #3A3A3A. Windows color (decimal): -5962942 or 4326309. OLE color: 4326309.

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

Color convert

RGB 165 3 66 -
CMYK 0 0.98 0.60 0.35
HSL 336.67º 0.96% 0.33% -
HSV(B) 336.67º 0.98% 0.65% -
XYZ 16.53 8.46 5.92 -
YUV 58.62 132.17 203.88 -
System Red Green Blue C M Y K H S L
Decimal 165 3 66 0 0.98 0.60 0.35 336.67 0.96 0.33
Hex A5 3 42 0 62 3C 23 151 60 21
Octal 245 3 102 0 142 74 43 521 140 41
Binary 10100101 11 1000010 0 1100010 111100 100011 101010001 1100000 100001

Color Harmonies of #A50342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50342

Black with #A50342

Text Example


Text Example

White with #A50342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50342; }

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

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

background-color css

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

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

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

border-color css

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

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

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