Html Css Color HEX #A51445 Jazzberry Jam

📋 copy color: '#A51445'

red 165 ◦ green 20 ◦ blue 69

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

Shades of Jazzberry Jam #A51445

Tints of Jazzberry Jam #A51445

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

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

R = 64.96%
G = 7.87%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A51445 (or 0xA51445) is known color: Jazzberry Jam. HEX triplet: A5, 14 and 45. RGB value is (165,20,69). Sum of RGB (Red+Green+Blue) = 165+20+69=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A51445 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51445 is #5AEBBA. Grayscale: #444444. Windows color (decimal): -5958587 or 4527269. OLE color: 4527269.

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

Color convert

RGB 165 20 69 -
CMYK 0 0.88 0.58 0.35
HSL 339.72º 0.78% 0.36% -
HSV(B) 339.72º 0.88% 0.65% -
XYZ 16.84 8.93 6.47 -
YUV 68.94 128.04 196.52 -
System Red Green Blue C M Y K H S L
Decimal 165 20 69 0 0.88 0.58 0.35 339.72 0.78 0.36
Hex A5 14 45 0 58 3A 23 154 4E 24
Octal 245 24 105 0 130 72 43 524 116 44
Binary 10100101 10100 1000101 0 1011000 111010 100011 101010100 1001110 100100

Color Harmonies of #A51445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51445

Black with #A51445

Text Example


Text Example

White with #A51445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51445; }

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

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

background-color css

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

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

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

border-color css

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

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

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