Html Css Color HEX #A8053E Jazzberry Jam

📋 copy color: '#A8053E'

red 168 ◦ green 5 ◦ blue 62

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

Shades of Jazzberry Jam #A8053E

Tints of Jazzberry Jam #A8053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.13%

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

R = 71.49%
G = 2.13%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8053E (or 0xA8053E) is known color: Jazzberry Jam. HEX triplet: A8, 05 and 3E. RGB value is (168,5,62). Sum of RGB (Red+Green+Blue) = 168+5+62=235 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.49% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 168 - color contains mainly: red. Hex color #A8053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8053E is #57FAC1. Grayscale: #3C3C3C. Windows color (decimal): -5765826 or 4064680. OLE color: 4064680.

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

Color convert

RGB 168 5 62 -
CMYK 0 0.97 0.63 0.34
HSL 339.02º 0.94% 0.34% -
HSV(B) 339.02º 0.97% 0.66% -
XYZ 17.07 8.78 5.35 -
YUV 60.24 129 204.87 -
System Red Green Blue C M Y K H S L
Decimal 168 5 62 0 0.97 0.63 0.34 339.02 0.94 0.34
Hex A8 5 3E 0 61 3F 22 153 5E 22
Octal 250 5 76 0 141 77 42 523 136 42
Binary 10101000 101 111110 0 1100001 111111 100010 101010011 1011110 100010

Color Harmonies of #A8053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8053E

Black with #A8053E

Text Example


Text Example

White with #A8053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8053E; }

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

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

background-color css

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

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

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

border-color css

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

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

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