Html Css Color HEX #A40251 Jazzberry Jam

📋 copy color: '#A40251'

red 164 ◦ green 2 ◦ blue 81

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

Shades of Jazzberry Jam #A40251

Tints of Jazzberry Jam #A40251

RGB

 RED value IS 164 (64.45% from 255) = 66.4%

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 81 (32.03% from 255) = 32.79%

R = 66.4%
G = 0.81%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A40251 (or 0xA40251) is known color: Jazzberry Jam. HEX triplet: A4, 02 and 51. RGB value is (164,2,81). Sum of RGB (Red+Green+Blue) = 164+2+81=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A40251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40251 is #5BFDAE. Grayscale: #3B3B3B. Windows color (decimal): -6028719 or 5309092. OLE color: 5309092.

HSL color Cylindrical-coordinate representation of color #A40251: hue angle of 330.74º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40251 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 2 81 -
CMYK 0 0.99 0.51 0.36
HSL 330.74º 0.98% 0.33% -
HSV(B) 330.74º 0.99% 0.64% -
XYZ 16.82 8.53 8.54 -
YUV 59.44 140.17 202.58 -
System Red Green Blue C M Y K H S L
Decimal 164 2 81 0 0.99 0.51 0.36 330.74 0.98 0.33
Hex A4 2 51 0 63 33 24 14B 62 21
Octal 244 2 121 0 143 63 44 513 142 41
Binary 10100100 10 1010001 0 1100011 110011 100100 101001011 1100010 100001

Color Harmonies of #A40251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40251

Black with #A40251

Text Example


Text Example

White with #A40251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40251; }

 p { color: rgb(164,2,81); }

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

background-color css

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

 a { background-color: rgb(164,2,81); }

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

border-color css

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

 span { border-color: rgb(164,2,81); }

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