Html Css Color HEX #A40452 Jazzberry Jam

📋 copy color: '#A40452'

red 164 ◦ green 4 ◦ blue 82

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

Shades of Jazzberry Jam #A40452

Tints of Jazzberry Jam #A40452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.8%

R = 65.6%
G = 1.6%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#A40452 (or 0xA40452) is known color: Jazzberry Jam. HEX triplet: A4, 04 and 52. RGB value is (164,4,82). Sum of RGB (Red+Green+Blue) = 164+4+82=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A40452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40452 is #5BFBAD. Grayscale: #3C3C3C. Windows color (decimal): -6028206 or 5375140. OLE color: 5375140.

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

Color convert

RGB 164 4 82 -
CMYK 0 0.98 0.5 0.36
HSL 330.75º 0.95% 0.33% -
HSV(B) 330.75º 0.98% 0.64% -
XYZ 16.88 8.59 8.75 -
YUV 60.73 140.01 201.66 -
System Red Green Blue C M Y K H S L
Decimal 164 4 82 0 0.98 0.5 0.36 330.75 0.95 0.33
Hex A4 4 52 0 62 32 24 14B 5F 21
Octal 244 4 122 0 142 62 44 513 137 41
Binary 10100100 100 1010010 0 1100010 110010 100100 101001011 1011111 100001

Color Harmonies of #A40452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40452

Black with #A40452

Text Example


Text Example

White with #A40452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40452; }

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

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

background-color css

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

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

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

border-color css

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

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

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