Html Css Color HEX #A50043 Jazzberry Jam

📋 copy color: '#A50043'

red 165 ◦ green 0 ◦ blue 67

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

Shades of Jazzberry Jam #A50043

Tints of Jazzberry Jam #A50043

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 67 (26.56% from 255) = 28.88%

R = 71.12%
G = 0%
B = 28.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A50043 (or 0xA50043) is known color: Jazzberry Jam. HEX triplet: A5, 00 and 43. RGB value is (165,0,67). Sum of RGB (Red+Green+Blue) = 165+0+67=232 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.12% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 165 - color contains mainly: red. Hex color #A50043 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50043 is #5AFFBC. Grayscale: #383838. Windows color (decimal): -5963709 or 4391077. OLE color: 4391077.

HSL color Cylindrical-coordinate representation of color #A50043: hue angle of 335.64º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A50043 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 0 67 -
CMYK 0 1 0.59 0.35
HSL 335.64º 1% 0.32% -
HSV(B) 335.64º 1% 0.65% -
XYZ 16.53 8.4 6.06 -
YUV 56.97 133.66 205.05 -
System Red Green Blue C M Y K H S L
Decimal 165 0 67 0 1 0.59 0.35 335.64 1 0.32
Hex A5 0 43 0 64 3B 23 150 64 20
Octal 245 0 103 0 144 73 43 520 144 40
Binary 10100101 0 1000011 0 1100100 111011 100011 101010000 1100100 100000

Color Harmonies of #A50043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50043

Black with #A50043

Text Example


Text Example

White with #A50043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50043; }

 p { color: rgb(165,0,67); }

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

background-color css

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

 a { background-color: rgb(165,0,67); }

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

border-color css

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

 span { border-color: rgb(165,0,67); }

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