Html Css Color HEX #A51142 Jazzberry Jam

📋 copy color: '#A51142'

red 165 ◦ green 17 ◦ blue 66

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

Shades of Jazzberry Jam #A51142

Tints of Jazzberry Jam #A51142

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.85%

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

R = 66.53%
G = 6.85%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A51142 (or 0xA51142) is known color: Jazzberry Jam. HEX triplet: A5, 11 and 42. RGB value is (165,17,66). Sum of RGB (Red+Green+Blue) = 165+17+66=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A51142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51142 is #5AEEBD. Grayscale: #424242. Windows color (decimal): -5959358 or 4329893. OLE color: 4329893.

HSL color Cylindrical-coordinate representation of color #A51142: hue angle of 340.14º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51142 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 17 66 -
CMYK 0 0.90 0.60 0.35
HSL 340.14º 0.81% 0.36% -
HSV(B) 340.14º 0.9% 0.65% -
XYZ 16.7 8.79 5.97 -
YUV 66.84 127.53 198.02 -
System Red Green Blue C M Y K H S L
Decimal 165 17 66 0 0.90 0.60 0.35 340.14 0.81 0.36
Hex A5 11 42 0 5A 3C 23 154 51 24
Octal 245 21 102 0 132 74 43 524 121 44
Binary 10100101 10001 1000010 0 1011010 111100 100011 101010100 1010001 100100

Color Harmonies of #A51142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51142

Black with #A51142

Text Example


Text Example

White with #A51142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51142; }

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

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

background-color css

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

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

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

border-color css

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

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

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