Html Css Color HEX #A70745 Jazzberry Jam

📋 copy color: '#A70745'

red 167 ◦ green 7 ◦ blue 69

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

Shades of Jazzberry Jam #A70745

Tints of Jazzberry Jam #A70745

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.88%

 BLUE value IS 69 (27.34% from 255) = 28.4%

R = 68.72%
G = 2.88%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A70745 (or 0xA70745) is known color: Jazzberry Jam. HEX triplet: A7, 07 and 45. RGB value is (167,7,69). Sum of RGB (Red+Green+Blue) = 167+7+69=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A70745 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70745 is #58F8BA. Grayscale: #3D3D3D. Windows color (decimal): -5830843 or 4523943. OLE color: 4523943.

HSL color Cylindrical-coordinate representation of color #A70745: hue angle of 336.75º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A70745 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 7 69 -
CMYK 0 0.96 0.59 0.35
HSL 336.75º 0.92% 0.34% -
HSV(B) 336.75º 0.96% 0.65% -
XYZ 17.09 8.8 6.43 -
YUV 61.91 132.01 202.96 -
System Red Green Blue C M Y K H S L
Decimal 167 7 69 0 0.96 0.59 0.35 336.75 0.92 0.34
Hex A7 7 45 0 60 3B 23 151 5C 22
Octal 247 7 105 0 140 73 43 521 134 42
Binary 10100111 111 1000101 0 1100000 111011 100011 101010001 1011100 100010

Color Harmonies of #A70745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70745

Black with #A70745

Text Example


Text Example

White with #A70745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70745; }

 p { color: rgb(167,7,69); }

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

background-color css

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

 a { background-color: rgb(167,7,69); }

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

border-color css

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

 span { border-color: rgb(167,7,69); }

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