Html Css Color HEX #A8053B Jazzberry Jam

📋 copy color: '#A8053B'

red 168 ◦ green 5 ◦ blue 59

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

Shades of Jazzberry Jam #A8053B

Tints of Jazzberry Jam #A8053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.43%

R = 72.41%
G = 2.16%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8053B (or 0xA8053B) is known color: Jazzberry Jam. HEX triplet: A8, 05 and 3B. RGB value is (168,5,59). Sum of RGB (Red+Green+Blue) = 168+5+59=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A8053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8053B is #57FAC4. Grayscale: #3B3B3B. Windows color (decimal): -5765829 or 3868072. OLE color: 3868072.

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

Color convert

RGB 168 5 59 -
CMYK 0 0.97 0.65 0.34
HSL 340.12º 0.94% 0.34% -
HSV(B) 340.12º 0.97% 0.66% -
XYZ 16.99 8.75 4.93 -
YUV 59.89 127.5 205.11 -
System Red Green Blue C M Y K H S L
Decimal 168 5 59 0 0.97 0.65 0.34 340.12 0.94 0.34
Hex A8 5 3B 0 61 41 22 154 5E 22
Octal 250 5 73 0 141 101 42 524 136 42
Binary 10101000 101 111011 0 1100001 1000001 100010 101010100 1011110 100010

Color Harmonies of #A8053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8053B

Black with #A8053B

Text Example


Text Example

White with #A8053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8053B; }

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

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

background-color css

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

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

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

border-color css

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

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

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