Html Css Color HEX #A4276F Jazzberry Jam

📋 copy color: '#A4276F'

red 164 ◦ green 39 ◦ blue 111

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

Shades of Jazzberry Jam #A4276F

Tints of Jazzberry Jam #A4276F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.42%

 BLUE value IS 111 (43.75% from 255) = 35.35%

R = 52.23%
G = 12.42%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A4276F (or 0xA4276F) is known color: Jazzberry Jam. HEX triplet: A4, 27 and 6F. RGB value is (164,39,111). Sum of RGB (Red+Green+Blue) = 164+39+111=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A4276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4276F is #5BD890. Grayscale: #545454. Windows color (decimal): -6019217 or 7284644. OLE color: 7284644.

HSL color Cylindrical-coordinate representation of color #A4276F: hue angle of 325.44º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4276F is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 39 111 -
CMYK 0 0.76 0.32 0.36
HSL 325.44º 0.62% 0.4% -
HSV(B) 325.44º 0.76% 0.64% -
XYZ 18.9 10.49 16.07 -
YUV 84.58 142.91 184.65 -
System Red Green Blue C M Y K H S L
Decimal 164 39 111 0 0.76 0.32 0.36 325.44 0.62 0.4
Hex A4 27 6F 0 4C 20 24 145 3E 28
Octal 244 47 157 0 114 40 44 505 76 50
Binary 10100100 100111 1101111 0 1001100 100000 100100 101000101 111110 101000

Color Harmonies of #A4276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4276F

Black with #A4276F

Text Example


Text Example

White with #A4276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4276F; }

 p { color: rgb(164,39,111); }

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

background-color css

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

 a { background-color: rgb(164,39,111); }

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

border-color css

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

 span { border-color: rgb(164,39,111); }

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