Html Css Color HEX #A4276E Jazzberry Jam

📋 copy color: '#A4276E'

red 164 ◦ green 39 ◦ blue 110

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

Shades of Jazzberry Jam #A4276E

Tints of Jazzberry Jam #A4276E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.14%

R = 52.4%
G = 12.46%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4276E (or 0xA4276E) is known color: Jazzberry Jam. HEX triplet: A4, 27 and 6E. RGB value is (164,39,110). Sum of RGB (Red+Green+Blue) = 164+39+110=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A4276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4276E is #5BD891. Grayscale: #545454. Windows color (decimal): -6019218 or 7219108. OLE color: 7219108.

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

Color convert

RGB 164 39 110 -
CMYK 0 0.76 0.33 0.36
HSL 325.92º 0.62% 0.4% -
HSV(B) 325.92º 0.76% 0.64% -
XYZ 18.85 10.47 15.78 -
YUV 84.47 142.41 184.73 -
System Red Green Blue C M Y K H S L
Decimal 164 39 110 0 0.76 0.33 0.36 325.92 0.62 0.4
Hex A4 27 6E 0 4C 21 24 146 3E 28
Octal 244 47 156 0 114 41 44 506 76 50
Binary 10100100 100111 1101110 0 1001100 100001 100100 101000110 111110 101000

Color Harmonies of #A4276E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4276E

Black with #A4276E

Text Example


Text Example

White with #A4276E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4276E; }

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

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

background-color css

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

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

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

border-color css

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

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

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