Html Css Color HEX #A70950 Jazzberry Jam

📋 copy color: '#A70950'

red 167 ◦ green 9 ◦ blue 80

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

Shades of Jazzberry Jam #A70950

Tints of Jazzberry Jam #A70950

RGB

 RED value IS 167 (65.63% from 255) = 65.23%

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

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

R = 65.23%
G = 3.52%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A70950 (or 0xA70950) is known color: Jazzberry Jam. HEX triplet: A7, 09 and 50. RGB value is (167,9,80). Sum of RGB (Red+Green+Blue) = 167+9+80=256 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.23% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 167 - color contains mainly: red. Hex color #A70950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70950 is #58F6AF. Grayscale: #404040. Windows color (decimal): -5830320 or 5245351. OLE color: 5245351.

HSL color Cylindrical-coordinate representation of color #A70950: hue angle of 333.04º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70950 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 9 80 -
CMYK 0 0.95 0.52 0.35
HSL 333.04º 0.9% 0.35% -
HSV(B) 333.04º 0.95% 0.65% -
XYZ 17.48 8.99 8.4 -
YUV 64.34 136.85 201.23 -
System Red Green Blue C M Y K H S L
Decimal 167 9 80 0 0.95 0.52 0.35 333.04 0.9 0.35
Hex A7 9 50 0 5F 34 23 14D 5A 23
Octal 247 11 120 0 137 64 43 515 132 43
Binary 10100111 1001 1010000 0 1011111 110100 100011 101001101 1011010 100011

Color Harmonies of #A70950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70950

Black with #A70950

Text Example


Text Example

White with #A70950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70950; }

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

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

background-color css

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

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

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

border-color css

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

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

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