Html Css Color HEX #A8003F Jazzberry Jam

📋 copy color: '#A8003F'

red 168 ◦ green 0 ◦ blue 63

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

Shades of Jazzberry Jam #A8003F

Tints of Jazzberry Jam #A8003F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 63 (25% from 255) = 27.27%

R = 72.73%
G = 0%
B = 27.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8003F (or 0xA8003F) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 3F. RGB value is (168,0,63). Sum of RGB (Red+Green+Blue) = 168+0+63=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A8003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8003F is #57FFC0. Grayscale: #393939. Windows color (decimal): -5767105 or 4128936. OLE color: 4128936.

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

Color convert

RGB 168 0 63 -
CMYK 0 1 0.63 0.34
HSL 337.5º 1% 0.33% -
HSV(B) 337.5º 1% 0.66% -
XYZ 17.05 8.68 5.48 -
YUV 57.41 131.16 206.88 -
System Red Green Blue C M Y K H S L
Decimal 168 0 63 0 1 0.63 0.34 337.5 1 0.33
Hex A8 0 3F 0 64 3F 22 152 64 21
Octal 250 0 77 0 144 77 42 522 144 41
Binary 10101000 0 111111 0 1100100 111111 100010 101010010 1100100 100001

Color Harmonies of #A8003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8003F

Black with #A8003F

Text Example


Text Example

White with #A8003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8003F; }

 p { color: rgb(168,0,63); }

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

background-color css

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

 a { background-color: rgb(168,0,63); }

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

border-color css

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

 span { border-color: rgb(168,0,63); }

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