Html Css Color HEX #A7083D Jazzberry Jam

📋 copy color: '#A7083D'

red 167 ◦ green 8 ◦ blue 61

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

Shades of Jazzberry Jam #A7083D

Tints of Jazzberry Jam #A7083D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

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

R = 70.76%
G = 3.39%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A7083D (or 0xA7083D) is known color: Jazzberry Jam. HEX triplet: A7, 08 and 3D. RGB value is (167,8,61). Sum of RGB (Red+Green+Blue) = 167+8+61=236 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.76% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 167 - color contains mainly: red. Hex color #A7083D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7083D is #58F7C2. Grayscale: #3D3D3D. Windows color (decimal): -5830595 or 3999911. OLE color: 3999911.

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

Color convert

RGB 167 8 61 -
CMYK 0 0.95 0.63 0.35
HSL 340º 0.91% 0.34% -
HSV(B) 340º 0.95% 0.65% -
XYZ 16.87 8.73 5.21 -
YUV 61.58 127.68 203.19 -
System Red Green Blue C M Y K H S L
Decimal 167 8 61 0 0.95 0.63 0.35 340 0.91 0.34
Hex A7 8 3D 0 5F 3F 23 154 5B 22
Octal 247 10 75 0 137 77 43 524 133 42
Binary 10100111 1000 111101 0 1011111 111111 100011 101010100 1011011 100010

Color Harmonies of #A7083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7083D

Black with #A7083D

Text Example


Text Example

White with #A7083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7083D; }

 p { color: rgb(167,8,61); }

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

background-color css

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

 a { background-color: rgb(167,8,61); }

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

border-color css

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

 span { border-color: rgb(167,8,61); }

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