Html Css Color HEX #A91052 Jazzberry Jam

📋 copy color: '#A91052'

red 169 ◦ green 16 ◦ blue 82

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

Shades of Jazzberry Jam #A91052

Tints of Jazzberry Jam #A91052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.71%

R = 63.3%
G = 5.99%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A91052 (or 0xA91052) is known color: Jazzberry Jam. HEX triplet: A9, 10 and 52. RGB value is (169,16,82). Sum of RGB (Red+Green+Blue) = 169+16+82=267 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.30% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 169 - color contains mainly: red. Hex color #A91052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91052 is #56EFAD. Grayscale: #454545. Windows color (decimal): -5697454 or 5378217. OLE color: 5378217.

HSL color Cylindrical-coordinate representation of color #A91052: hue angle of 334.12º 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 #A91052 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 16 82 -
CMYK 0 0.91 0.51 0.34
HSL 334.12º 0.83% 0.36% -
HSV(B) 334.12º 0.91% 0.66% -
XYZ 18.07 9.41 8.85 -
YUV 69.27 135.19 199.13 -
System Red Green Blue C M Y K H S L
Decimal 169 16 82 0 0.91 0.51 0.34 334.12 0.83 0.36
Hex A9 10 52 0 5B 33 22 14E 53 24
Octal 251 20 122 0 133 63 42 516 123 44
Binary 10101001 10000 1010010 0 1011011 110011 100010 101001110 1010011 100100

Color Harmonies of #A91052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91052

Black with #A91052

Text Example


Text Example

White with #A91052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91052; }

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

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

background-color css

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

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

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

border-color css

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

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

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