Html Css Color HEX #A00950 Jazzberry Jam

📋 copy color: '#A00950'

red 160 ◦ green 9 ◦ blue 80

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

Shades of Jazzberry Jam #A00950

Tints of Jazzberry Jam #A00950

RGB

 RED value IS 160 (62.89% from 255) = 64.26%

 GREEN value IS 9 (3.91% from 255) = 3.61%

 BLUE value IS 80 (31.64% from 255) = 32.13%

R = 64.26%
G = 3.61%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A00950 (or 0xA00950) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 50. RGB value is (160,9,80). Sum of RGB (Red+Green+Blue) = 160+9+80=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A00950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00950 is #5FF6AF. Grayscale: #3E3E3E. Windows color (decimal): -6289072 or 5245344. OLE color: 5245344.

HSL color Cylindrical-coordinate representation of color #A00950: hue angle of 331.79º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00950 is Cyan = 0, Magento = 0.94, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 9 80 -
CMYK 0 0.94 0.5 0.37
HSL 331.79º 0.89% 0.33% -
HSV(B) 331.79º 0.94% 0.63% -
XYZ 16.04 8.25 8.34 -
YUV 62.24 138.03 197.73 -
System Red Green Blue C M Y K H S L
Decimal 160 9 80 0 0.94 0.5 0.37 331.79 0.89 0.33
Hex A0 9 50 0 5E 32 25 14C 59 21
Octal 240 11 120 0 136 62 45 514 131 41
Binary 10100000 1001 1010000 0 1011110 110010 100101 101001100 1011001 100001

Color Harmonies of #A00950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00950

Black with #A00950

Text Example


Text Example

White with #A00950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00950; }

 p { color: rgb(160,9,80); }

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

background-color css

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

 a { background-color: rgb(160,9,80); }

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

border-color css

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

 span { border-color: rgb(160,9,80); }

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