Html Css Color HEX #A8073E Jazzberry Jam

📋 copy color: '#A8073E'

red 168 ◦ green 7 ◦ blue 62

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

Shades of Jazzberry Jam #A8073E

Tints of Jazzberry Jam #A8073E

RGB

 RED value IS 168 (66.02% from 255) = 70.89%

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

 BLUE value IS 62 (24.61% from 255) = 26.16%

R = 70.89%
G = 2.95%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8073E (or 0xA8073E) is known color: Jazzberry Jam. HEX triplet: A8, 07 and 3E. RGB value is (168,7,62). Sum of RGB (Red+Green+Blue) = 168+7+62=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A8073E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8073E is #57F8C1. Grayscale: #3D3D3D. Windows color (decimal): -5765314 or 4065192. OLE color: 4065192.

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

Color convert

RGB 168 7 62 -
CMYK 0 0.96 0.63 0.34
HSL 339.5º 0.92% 0.34% -
HSV(B) 339.5º 0.96% 0.66% -
XYZ 17.09 8.82 5.36 -
YUV 61.41 128.34 204.03 -
System Red Green Blue C M Y K H S L
Decimal 168 7 62 0 0.96 0.63 0.34 339.5 0.92 0.34
Hex A8 7 3E 0 60 3F 22 154 5C 22
Octal 250 7 76 0 140 77 42 524 134 42
Binary 10101000 111 111110 0 1100000 111111 100010 101010100 1011100 100010

Color Harmonies of #A8073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8073E

Black with #A8073E

Text Example


Text Example

White with #A8073E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8073E; }

 p { color: rgb(168,7,62); }

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

background-color css

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

 a { background-color: rgb(168,7,62); }

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

border-color css

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

 span { border-color: rgb(168,7,62); }

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