Html Css Color HEX #A8073D Jazzberry Jam

📋 copy color: '#A8073D'

red 168 ◦ green 7 ◦ blue 61

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

Shades of Jazzberry Jam #A8073D

Tints of Jazzberry Jam #A8073D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.85%

R = 71.19%
G = 2.97%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8073D (or 0xA8073D) is known color: Jazzberry Jam. HEX triplet: A8, 07 and 3D. RGB value is (168,7,61). Sum of RGB (Red+Green+Blue) = 168+7+61=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A8073D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8073D is #57F8C2. Grayscale: #3D3D3D. Windows color (decimal): -5765315 or 3999656. OLE color: 3999656.

HSL color Cylindrical-coordinate representation of color #A8073D: hue angle of 339.88º 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 #A8073D is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 7 61 -
CMYK 0 0.96 0.64 0.34
HSL 339.88º 0.92% 0.34% -
HSV(B) 339.88º 0.96% 0.66% -
XYZ 17.07 8.81 5.22 -
YUV 61.3 127.84 204.11 -
System Red Green Blue C M Y K H S L
Decimal 168 7 61 0 0.96 0.64 0.34 339.88 0.92 0.34
Hex A8 7 3D 0 60 40 22 154 5C 22
Octal 250 7 75 0 140 100 42 524 134 42
Binary 10101000 111 111101 0 1100000 1000000 100010 101010100 1011100 100010

Color Harmonies of #A8073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8073D

Black with #A8073D

Text Example


Text Example

White with #A8073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8073D; }

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

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

background-color css

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

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

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

border-color css

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

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

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