Html Css Color HEX #A40454 Jazzberry Jam

📋 copy color: '#A40454'

red 164 ◦ green 4 ◦ blue 84

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

Shades of Jazzberry Jam #A40454

Tints of Jazzberry Jam #A40454

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

 BLUE value IS 84 (33.2% from 255) = 33.33%

R = 65.08%
G = 1.59%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A40454 (or 0xA40454) is known color: Jazzberry Jam. HEX triplet: A4, 04 and 54. RGB value is (164,4,84). Sum of RGB (Red+Green+Blue) = 164+4+84=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A40454 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40454 is #5BFBAB. Grayscale: #3C3C3C. Windows color (decimal): -6028204 or 5506212. OLE color: 5506212.

HSL color Cylindrical-coordinate representation of color #A40454: hue angle of 330º degrees, saturation: 0.95, 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 #A40454 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 4 84 -
CMYK 0 0.98 0.49 0.36
HSL 330º 0.95% 0.33% -
HSV(B) 330º 0.98% 0.64% -
XYZ 16.95 8.62 9.16 -
YUV 60.96 141.01 201.5 -
System Red Green Blue C M Y K H S L
Decimal 164 4 84 0 0.98 0.49 0.36 330 0.95 0.33
Hex A4 4 54 0 62 31 24 14A 5F 21
Octal 244 4 124 0 142 61 44 512 137 41
Binary 10100100 100 1010100 0 1100010 110001 100100 101001010 1011111 100001

Color Harmonies of #A40454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40454

Black with #A40454

Text Example


Text Example

White with #A40454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40454; }

 p { color: rgb(164,4,84); }

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

background-color css

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

 a { background-color: rgb(164,4,84); }

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

border-color css

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

 span { border-color: rgb(164,4,84); }

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