Html Css Color HEX #A40350 Jazzberry Jam

📋 copy color: '#A40350'

red 164 ◦ green 3 ◦ blue 80

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

Shades of Jazzberry Jam #A40350

Tints of Jazzberry Jam #A40350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

 BLUE value IS 80 (31.64% from 255) = 32.39%

R = 66.4%
G = 1.21%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A40350 (or 0xA40350) is known color: Jazzberry Jam. HEX triplet: A4, 03 and 50. RGB value is (164,3,80). Sum of RGB (Red+Green+Blue) = 164+3+80=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A40350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40350 is #5BFCAF. Grayscale: #3B3B3B. Windows color (decimal): -6028464 or 5243812. OLE color: 5243812.

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

Color convert

RGB 164 3 80 -
CMYK 0 0.98 0.51 0.36
HSL 331.3º 0.96% 0.33% -
HSV(B) 331.3º 0.98% 0.64% -
XYZ 16.79 8.54 8.35 -
YUV 59.92 139.34 202.24 -
System Red Green Blue C M Y K H S L
Decimal 164 3 80 0 0.98 0.51 0.36 331.3 0.96 0.33
Hex A4 3 50 0 62 33 24 14B 60 21
Octal 244 3 120 0 142 63 44 513 140 41
Binary 10100100 11 1010000 0 1100010 110011 100100 101001011 1100000 100001

Color Harmonies of #A40350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40350

Black with #A40350

Text Example


Text Example

White with #A40350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40350; }

 p { color: rgb(164,3,80); }

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

background-color css

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

 a { background-color: rgb(164,3,80); }

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

border-color css

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

 span { border-color: rgb(164,3,80); }

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