Html Css Color HEX #A91F65 Jazzberry Jam

📋 copy color: '#A91F65'

red 169 ◦ green 31 ◦ blue 101

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

Shades of Jazzberry Jam #A91F65

Tints of Jazzberry Jam #A91F65

RGB

 RED value IS 169 (66.41% from 255) = 56.15%

 GREEN value IS 31 (12.5% from 255) = 10.3%

 BLUE value IS 101 (39.84% from 255) = 33.55%

R = 56.15%
G = 10.3%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A91F65 (or 0xA91F65) is known color: Jazzberry Jam. HEX triplet: A9, 1F and 65. RGB value is (169,31,101). Sum of RGB (Red+Green+Blue) = 169+31+101=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A91F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91F65 is #56E09A. Grayscale: #505050. Windows color (decimal): -5693595 or 6627241. OLE color: 6627241.

HSL color Cylindrical-coordinate representation of color #A91F65: hue angle of 329.57º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A91F65 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 31 101 -
CMYK 0 0.82 0.40 0.34
HSL 329.57º 0.69% 0.39% -
HSV(B) 329.57º 0.82% 0.66% -
XYZ 19.2 10.35 13.3 -
YUV 80.24 139.72 191.31 -
System Red Green Blue C M Y K H S L
Decimal 169 31 101 0 0.82 0.40 0.34 329.57 0.69 0.39
Hex A9 1F 65 0 52 28 22 14A 45 27
Octal 251 37 145 0 122 50 42 512 105 47
Binary 10101001 11111 1100101 0 1010010 101000 100010 101001010 1000101 100111

Color Harmonies of #A91F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91F65

Black with #A91F65

Text Example


Text Example

White with #A91F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91F65; }

 p { color: rgb(169,31,101); }

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

background-color css

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

 a { background-color: rgb(169,31,101); }

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

border-color css

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

 span { border-color: rgb(169,31,101); }

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