Html Css Color HEX #A8033B Jazzberry Jam

📋 copy color: '#A8033B'

red 168 ◦ green 3 ◦ blue 59

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

Shades of Jazzberry Jam #A8033B

Tints of Jazzberry Jam #A8033B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

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

R = 73.04%
G = 1.3%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8033B (or 0xA8033B) is known color: Jazzberry Jam. HEX triplet: A8, 03 and 3B. RGB value is (168,3,59). Sum of RGB (Red+Green+Blue) = 168+3+59=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A8033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8033B is #57FCC4. Grayscale: #3A3A3A. Windows color (decimal): -5766341 or 3867560. OLE color: 3867560.

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

Color convert

RGB 168 3 59 -
CMYK 0 0.98 0.65 0.34
HSL 339.64º 0.96% 0.34% -
HSV(B) 339.64º 0.98% 0.66% -
XYZ 16.97 8.71 4.92 -
YUV 58.72 128.16 205.95 -
System Red Green Blue C M Y K H S L
Decimal 168 3 59 0 0.98 0.65 0.34 339.64 0.96 0.34
Hex A8 3 3B 0 62 41 22 154 60 22
Octal 250 3 73 0 142 101 42 524 140 42
Binary 10101000 11 111011 0 1100010 1000001 100010 101010100 1100000 100010

Color Harmonies of #A8033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8033B

Black with #A8033B

Text Example


Text Example

White with #A8033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8033B; }

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

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

background-color css

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

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

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

border-color css

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

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

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