Html Css Color HEX #A51145 Jazzberry Jam

📋 copy color: '#A51145'

red 165 ◦ green 17 ◦ blue 69

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

Shades of Jazzberry Jam #A51145

Tints of Jazzberry Jam #A51145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.49%

R = 65.74%
G = 6.77%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A51145 (or 0xA51145) is known color: Jazzberry Jam. HEX triplet: A5, 11 and 45. RGB value is (165,17,69). Sum of RGB (Red+Green+Blue) = 165+17+69=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A51145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51145 is #5AEEBA. Grayscale: #434343. Windows color (decimal): -5959355 or 4526501. OLE color: 4526501.

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

Color convert

RGB 165 17 69 -
CMYK 0 0.90 0.58 0.35
HSL 338.92º 0.81% 0.36% -
HSV(B) 338.92º 0.9% 0.65% -
XYZ 16.79 8.83 6.45 -
YUV 67.18 129.03 197.77 -
System Red Green Blue C M Y K H S L
Decimal 165 17 69 0 0.90 0.58 0.35 338.92 0.81 0.36
Hex A5 11 45 0 5A 3A 23 153 51 24
Octal 245 21 105 0 132 72 43 523 121 44
Binary 10100101 10001 1000101 0 1011010 111010 100011 101010011 1010001 100100

Color Harmonies of #A51145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51145

Black with #A51145

Text Example


Text Example

White with #A51145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51145; }

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

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

background-color css

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

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

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

border-color css

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

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

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