Html Css Color HEX #A51344 Jazzberry Jam

📋 copy color: '#A51344'

red 165 ◦ green 19 ◦ blue 68

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

Shades of Jazzberry Jam #A51344

Tints of Jazzberry Jam #A51344

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.54%

 BLUE value IS 68 (26.95% from 255) = 26.98%

R = 65.48%
G = 7.54%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A51344 (or 0xA51344) is known color: Jazzberry Jam. HEX triplet: A5, 13 and 44. RGB value is (165,19,68). Sum of RGB (Red+Green+Blue) = 165+19+68=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A51344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51344 is #5AECBB. Grayscale: #444444. Windows color (decimal): -5958844 or 4461477. OLE color: 4461477.

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

Color convert

RGB 165 19 68 -
CMYK 0 0.88 0.59 0.35
HSL 339.86º 0.79% 0.36% -
HSV(B) 339.86º 0.88% 0.65% -
XYZ 16.79 8.88 6.3 -
YUV 68.24 127.87 197.02 -
System Red Green Blue C M Y K H S L
Decimal 165 19 68 0 0.88 0.59 0.35 339.86 0.79 0.36
Hex A5 13 44 0 58 3B 23 154 4F 24
Octal 245 23 104 0 130 73 43 524 117 44
Binary 10100101 10011 1000100 0 1011000 111011 100011 101010100 1001111 100100

Color Harmonies of #A51344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51344

Black with #A51344

Text Example


Text Example

White with #A51344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51344; }

 p { color: rgb(165,19,68); }

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

background-color css

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

 a { background-color: rgb(165,19,68); }

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

border-color css

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

 span { border-color: rgb(165,19,68); }

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