Html Css Color HEX #A81B5F Jazzberry Jam

📋 copy color: '#A81B5F'

red 168 ◦ green 27 ◦ blue 95

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

Shades of Jazzberry Jam #A81B5F

Tints of Jazzberry Jam #A81B5F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.31%

 BLUE value IS 95 (37.5% from 255) = 32.76%

R = 57.93%
G = 9.31%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A81B5F (or 0xA81B5F) is known color: Jazzberry Jam. HEX triplet: A8, 1B and 5F. RGB value is (168,27,95). Sum of RGB (Red+Green+Blue) = 168+27+95=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81B5F is #57E4A0. Grayscale: #4C4C4C. Windows color (decimal): -5760161 or 6233000. OLE color: 6233000.

HSL color Cylindrical-coordinate representation of color #A81B5F: hue angle of 331.06º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81B5F is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 27 95 -
CMYK 0 0.84 0.43 0.34
HSL 331.06º 0.72% 0.38% -
HSV(B) 331.06º 0.84% 0.66% -
XYZ 18.61 9.93 11.76 -
YUV 76.91 138.21 192.97 -
System Red Green Blue C M Y K H S L
Decimal 168 27 95 0 0.84 0.43 0.34 331.06 0.72 0.38
Hex A8 1B 5F 0 54 2B 22 14B 48 26
Octal 250 33 137 0 124 53 42 513 110 46
Binary 10101000 11011 1011111 0 1010100 101011 100010 101001011 1001000 100110

Color Harmonies of #A81B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81B5F

Black with #A81B5F

Text Example


Text Example

White with #A81B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81B5F; }

 p { color: rgb(168,27,95); }

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

background-color css

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

 a { background-color: rgb(168,27,95); }

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

border-color css

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

 span { border-color: rgb(168,27,95); }

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