Html Css Color HEX #A70F54 Jazzberry Jam

📋 copy color: '#A70F54'

red 167 ◦ green 15 ◦ blue 84

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

Shades of Jazzberry Jam #A70F54

Tints of Jazzberry Jam #A70F54

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.64%

 BLUE value IS 84 (33.2% from 255) = 31.58%

R = 62.78%
G = 5.64%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A70F54 (or 0xA70F54) is known color: Jazzberry Jam. HEX triplet: A7, 0F and 54. RGB value is (167,15,84). Sum of RGB (Red+Green+Blue) = 167+15+84=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70F54 is #58F0AB. Grayscale: #444444. Windows color (decimal): -5828780 or 5509031. OLE color: 5509031.

HSL color Cylindrical-coordinate representation of color #A70F54: hue angle of 332.76º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A70F54 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 15 84 -
CMYK 0 0.91 0.50 0.35
HSL 332.76º 0.84% 0.36% -
HSV(B) 332.76º 0.91% 0.65% -
XYZ 17.71 9.2 9.23 -
YUV 68.31 136.86 198.39 -
System Red Green Blue C M Y K H S L
Decimal 167 15 84 0 0.91 0.50 0.35 332.76 0.84 0.36
Hex A7 F 54 0 5B 32 23 14D 54 24
Octal 247 17 124 0 133 62 43 515 124 44
Binary 10100111 1111 1010100 0 1011011 110010 100011 101001101 1010100 100100

Color Harmonies of #A70F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70F54

Black with #A70F54

Text Example


Text Example

White with #A70F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70F54; }

 p { color: rgb(167,15,84); }

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

background-color css

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

 a { background-color: rgb(167,15,84); }

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

border-color css

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

 span { border-color: rgb(167,15,84); }

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