Html Css Color HEX #A4024B Jazzberry Jam

📋 copy color: '#A4024B'

red 164 ◦ green 2 ◦ blue 75

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

Shades of Jazzberry Jam #A4024B

Tints of Jazzberry Jam #A4024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.12%

R = 68.05%
G = 0.83%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4024B (or 0xA4024B) is known color: Jazzberry Jam. HEX triplet: A4, 02 and 4B. RGB value is (164,2,75). Sum of RGB (Red+Green+Blue) = 164+2+75=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A4024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4024B is #5BFDB4. Grayscale: #3A3A3A. Windows color (decimal): -6028725 or 4915876. OLE color: 4915876.

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

Color convert

RGB 164 2 75 -
CMYK 0 0.99 0.54 0.36
HSL 332.96º 0.98% 0.33% -
HSV(B) 332.96º 0.99% 0.64% -
XYZ 16.6 8.44 7.41 -
YUV 58.76 137.17 203.06 -
System Red Green Blue C M Y K H S L
Decimal 164 2 75 0 0.99 0.54 0.36 332.96 0.98 0.33
Hex A4 2 4B 0 63 36 24 14D 62 21
Octal 244 2 113 0 143 66 44 515 142 41
Binary 10100100 10 1001011 0 1100011 110110 100100 101001101 1100010 100001

Color Harmonies of #A4024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4024B

Black with #A4024B

Text Example


Text Example

White with #A4024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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