Html Css Color HEX #A8063E Jazzberry Jam

📋 copy color: '#A8063E'

red 168 ◦ green 6 ◦ blue 62

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

Shades of Jazzberry Jam #A8063E

Tints of Jazzberry Jam #A8063E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.54%

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

R = 71.19%
G = 2.54%
B = 26.27%

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

#A8063E (or 0xA8063E) is known color: Jazzberry Jam. HEX triplet: A8, 06 and 3E. RGB value is (168,6,62). Sum of RGB (Red+Green+Blue) = 168+6+62=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A8063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8063E is #57F9C1. Grayscale: #3C3C3C. Windows color (decimal): -5765570 or 4064936. OLE color: 4064936.

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

Color convert

RGB 168 6 62 -
CMYK 0 0.96 0.63 0.34
HSL 339.26º 0.93% 0.34% -
HSV(B) 339.26º 0.96% 0.66% -
XYZ 17.08 8.8 5.36 -
YUV 60.82 128.67 204.45 -
System Red Green Blue C M Y K H S L
Decimal 168 6 62 0 0.96 0.63 0.34 339.26 0.93 0.34
Hex A8 6 3E 0 60 3F 22 153 5D 22
Octal 250 6 76 0 140 77 42 523 135 42
Binary 10101000 110 111110 0 1100000 111111 100010 101010011 1011101 100010

Color Harmonies of #A8063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8063E

Black with #A8063E

Text Example


Text Example

White with #A8063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8063E; }

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

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

background-color css

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

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

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

border-color css

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

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

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