Html Css Color HEX #A81253 Jazzberry Jam

📋 copy color: '#A81253'

red 168 ◦ green 18 ◦ blue 83

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

Shades of Jazzberry Jam #A81253

Tints of Jazzberry Jam #A81253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.69%

 BLUE value IS 83 (32.81% from 255) = 30.86%

R = 62.45%
G = 6.69%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A81253 (or 0xA81253) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 53. RGB value is (168,18,83). Sum of RGB (Red+Green+Blue) = 168+18+83=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A81253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81253 is #57EDAC. Grayscale: #464646. Windows color (decimal): -5762477 or 5444264. OLE color: 5444264.

HSL color Cylindrical-coordinate representation of color #A81253: hue angle of 334º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81253 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 18 83 -
CMYK 0 0.89 0.51 0.34
HSL 334º 0.81% 0.36% -
HSV(B) 334º 0.89% 0.66% -
XYZ 17.93 9.38 9.05 -
YUV 70.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 168 18 83 0 0.89 0.51 0.34 334 0.81 0.36
Hex A8 12 53 0 59 33 22 14E 51 24
Octal 250 22 123 0 131 63 42 516 121 44
Binary 10101000 10010 1010011 0 1011001 110011 100010 101001110 1010001 100100

Color Harmonies of #A81253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81253

Black with #A81253

Text Example


Text Example

White with #A81253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81253; }

 p { color: rgb(168,18,83); }

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

background-color css

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

 a { background-color: rgb(168,18,83); }

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

border-color css

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

 span { border-color: rgb(168,18,83); }

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