Html Css Color HEX #A81143 Jazzberry Jam

📋 copy color: '#A81143'

red 168 ◦ green 17 ◦ blue 67

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

Shades of Jazzberry Jam #A81143

Tints of Jazzberry Jam #A81143

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.75%

 BLUE value IS 67 (26.56% from 255) = 26.59%

R = 66.67%
G = 6.75%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A81143 (or 0xA81143) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 43. RGB value is (168,17,67). Sum of RGB (Red+Green+Blue) = 168+17+67=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A81143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81143 is #57EEBC. Grayscale: #434343. Windows color (decimal): -5762749 or 4395432. OLE color: 4395432.

HSL color Cylindrical-coordinate representation of color #A81143: hue angle of 340.13º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81143 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 67 -
CMYK 0 0.90 0.60 0.34
HSL 340.13º 0.82% 0.36% -
HSV(B) 340.13º 0.9% 0.66% -
XYZ 17.36 9.13 6.16 -
YUV 67.85 127.53 199.43 -
System Red Green Blue C M Y K H S L
Decimal 168 17 67 0 0.90 0.60 0.34 340.13 0.82 0.36
Hex A8 11 43 0 5A 3C 22 154 52 24
Octal 250 21 103 0 132 74 42 524 122 44
Binary 10101000 10001 1000011 0 1011010 111100 100010 101010100 1010010 100100

Color Harmonies of #A81143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81143

Black with #A81143

Text Example


Text Example

White with #A81143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81143; }

 p { color: rgb(168,17,67); }

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

background-color css

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

 a { background-color: rgb(168,17,67); }

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

border-color css

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

 span { border-color: rgb(168,17,67); }

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