Html Css Color HEX #A91075 Jazzberry Jam

📋 copy color: '#A91075'

red 169 ◦ green 16 ◦ blue 117

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

Shades of Jazzberry Jam #A91075

Tints of Jazzberry Jam #A91075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.3%

 BLUE value IS 117 (46.09% from 255) = 38.74%

R = 55.96%
G = 5.3%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A91075 (or 0xA91075) is known color: Jazzberry Jam. HEX triplet: A9, 10 and 75. RGB value is (169,16,117). Sum of RGB (Red+Green+Blue) = 169+16+117=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A91075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91075 is #56EF8A. Grayscale: #494949. Windows color (decimal): -5697419 or 7671977. OLE color: 7671977.

HSL color Cylindrical-coordinate representation of color #A91075: hue angle of 320.39º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A91075 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 16 117 -
CMYK 0 0.91 0.31 0.34
HSL 320.39º 0.83% 0.36% -
HSV(B) 320.39º 0.91% 0.66% -
XYZ 19.76 10.09 17.74 -
YUV 73.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 169 16 117 0 0.91 0.31 0.34 320.39 0.83 0.36
Hex A9 10 75 0 5B 1F 22 140 53 24
Octal 251 20 165 0 133 37 42 500 123 44
Binary 10101001 10000 1110101 0 1011011 11111 100010 101000000 1010011 100100

Color Harmonies of #A91075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91075

Black with #A91075

Text Example


Text Example

White with #A91075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91075; }

 p { color: rgb(169,16,117); }

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

background-color css

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

 a { background-color: rgb(169,16,117); }

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

border-color css

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

 span { border-color: rgb(169,16,117); }

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