Html Css Color HEX #A50243 Jazzberry Jam

📋 copy color: '#A50243'

red 165 ◦ green 2 ◦ blue 67

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

Shades of Jazzberry Jam #A50243

Tints of Jazzberry Jam #A50243

RGB

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

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

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

R = 70.51%
G = 0.85%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A50243 (or 0xA50243) is known color: Jazzberry Jam. HEX triplet: A5, 02 and 43. RGB value is (165,2,67). Sum of RGB (Red+Green+Blue) = 165+2+67=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A50243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50243 is #5AFDBC. Grayscale: #3A3A3A. Windows color (decimal): -5963197 or 4391589. OLE color: 4391589.

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

Color convert

RGB 165 2 67 -
CMYK 0 0.99 0.59 0.35
HSL 336.07º 0.98% 0.33% -
HSV(B) 336.07º 0.99% 0.65% -
XYZ 16.55 8.45 6.07 -
YUV 58.15 133 204.21 -
System Red Green Blue C M Y K H S L
Decimal 165 2 67 0 0.99 0.59 0.35 336.07 0.98 0.33
Hex A5 2 43 0 63 3B 23 150 62 21
Octal 245 2 103 0 143 73 43 520 142 41
Binary 10100101 10 1000011 0 1100011 111011 100011 101010000 1100010 100001

Color Harmonies of #A50243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50243

Black with #A50243

Text Example


Text Example

White with #A50243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50243; }

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

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

background-color css

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

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

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

border-color css

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

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

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