Html Css Color HEX #A51243 Jazzberry Jam

📋 copy color: '#A51243'

red 165 ◦ green 18 ◦ blue 67

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

Shades of Jazzberry Jam #A51243

Tints of Jazzberry Jam #A51243

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.2%

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

R = 66%
G = 7.2%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A51243 (or 0xA51243) is known color: Jazzberry Jam. HEX triplet: A5, 12 and 43. RGB value is (165,18,67). Sum of RGB (Red+Green+Blue) = 165+18+67=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A51243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51243 is #5AEDBC. Grayscale: #434343. Windows color (decimal): -5959101 or 4395685. OLE color: 4395685.

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

Color convert

RGB 165 18 67 -
CMYK 0 0.89 0.59 0.35
HSL 340º 0.8% 0.36% -
HSV(B) 340º 0.89% 0.65% -
XYZ 16.75 8.84 6.13 -
YUV 67.54 127.7 197.52 -
System Red Green Blue C M Y K H S L
Decimal 165 18 67 0 0.89 0.59 0.35 340 0.8 0.36
Hex A5 12 43 0 59 3B 23 154 50 24
Octal 245 22 103 0 131 73 43 524 120 44
Binary 10100101 10010 1000011 0 1011001 111011 100011 101010100 1010000 100100

Color Harmonies of #A51243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51243

Black with #A51243

Text Example


Text Example

White with #A51243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51243; }

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

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

background-color css

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

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

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

border-color css

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

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

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