Html Css Color HEX #A70F41 Jazzberry Jam

📋 copy color: '#A70F41'

red 167 ◦ green 15 ◦ blue 65

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

Shades of Jazzberry Jam #A70F41

Tints of Jazzberry Jam #A70F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.32%

R = 67.61%
G = 6.07%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A70F41 (or 0xA70F41) is known color: Jazzberry Jam. HEX triplet: A7, 0F and 41. RGB value is (167,15,65). Sum of RGB (Red+Green+Blue) = 167+15+65=247 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.61% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70F41 is #58F0BE. Grayscale: #424242. Windows color (decimal): -5828799 or 4263847. OLE color: 4263847.

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

Color convert

RGB 167 15 65 -
CMYK 0 0.91 0.61 0.35
HSL 340.26º 0.84% 0.36% -
HSV(B) 340.26º 0.91% 0.65% -
XYZ 17.06 8.94 5.83 -
YUV 66.15 127.36 199.93 -
System Red Green Blue C M Y K H S L
Decimal 167 15 65 0 0.91 0.61 0.35 340.26 0.84 0.36
Hex A7 F 41 0 5B 3D 23 154 54 24
Octal 247 17 101 0 133 75 43 524 124 44
Binary 10100111 1111 1000001 0 1011011 111101 100011 101010100 1010100 100100

Color Harmonies of #A70F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70F41

Black with #A70F41

Text Example


Text Example

White with #A70F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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