Html Css Color HEX #A51967 Jazzberry Jam

📋 copy color: '#A51967'

red 165 ◦ green 25 ◦ blue 103

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

Shades of Jazzberry Jam #A51967

Tints of Jazzberry Jam #A51967

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.53%

 BLUE value IS 103 (40.63% from 255) = 35.15%

R = 56.31%
G = 8.53%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A51967 (or 0xA51967) is known color: Jazzberry Jam. HEX triplet: A5, 19 and 67. RGB value is (165,25,103). Sum of RGB (Red+Green+Blue) = 165+25+103=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A51967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51967 is #5AE698. Grayscale: #4B4B4B. Windows color (decimal): -5957273 or 6756773. OLE color: 6756773.

HSL color Cylindrical-coordinate representation of color #A51967: hue angle of 326.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51967 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 25 103 -
CMYK 0 0.85 0.38 0.35
HSL 326.57º 0.74% 0.37% -
HSV(B) 326.57º 0.85% 0.65% -
XYZ 18.31 9.67 13.73 -
YUV 75.75 143.38 191.66 -
System Red Green Blue C M Y K H S L
Decimal 165 25 103 0 0.85 0.38 0.35 326.57 0.74 0.37
Hex A5 19 67 0 55 26 23 147 4A 25
Octal 245 31 147 0 125 46 43 507 112 45
Binary 10100101 11001 1100111 0 1010101 100110 100011 101000111 1001010 100101

Color Harmonies of #A51967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51967

Black with #A51967

Text Example


Text Example

White with #A51967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51967; }

 p { color: rgb(165,25,103); }

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

background-color css

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

 a { background-color: rgb(165,25,103); }

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

border-color css

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

 span { border-color: rgb(165,25,103); }

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