Html Css Color HEX #A70C41 Jazzberry Jam

📋 copy color: '#A70C41'

red 167 ◦ green 12 ◦ blue 65

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

Shades of Jazzberry Jam #A70C41

Tints of Jazzberry Jam #A70C41

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.92%

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

R = 68.44%
G = 4.92%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A70C41 (or 0xA70C41) is known color: Jazzberry Jam. HEX triplet: A7, 0C and 41. RGB value is (167,12,65). Sum of RGB (Red+Green+Blue) = 167+12+65=244 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.44% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 167 - color contains mainly: red. Hex color #A70C41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70C41 is #58F3BE. Grayscale: #404040. Windows color (decimal): -5829567 or 4263079. OLE color: 4263079.

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

Color convert

RGB 167 12 65 -
CMYK 0 0.93 0.61 0.35
HSL 339.48º 0.87% 0.35% -
HSV(B) 339.48º 0.93% 0.65% -
XYZ 17.02 8.86 5.81 -
YUV 64.39 128.35 201.19 -
System Red Green Blue C M Y K H S L
Decimal 167 12 65 0 0.93 0.61 0.35 339.48 0.87 0.35
Hex A7 C 41 0 5D 3D 23 153 57 23
Octal 247 14 101 0 135 75 43 523 127 43
Binary 10100111 1100 1000001 0 1011101 111101 100011 101010011 1010111 100011

Color Harmonies of #A70C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70C41

Black with #A70C41

Text Example


Text Example

White with #A70C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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