Html Css Color HEX #A4035A Jazzberry Jam

📋 copy color: '#A4035A'

red 164 ◦ green 3 ◦ blue 90

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

Shades of Jazzberry Jam #A4035A

Tints of Jazzberry Jam #A4035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 90 (35.55% from 255) = 35.02%

R = 63.81%
G = 1.17%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4035A (or 0xA4035A) is known color: Jazzberry Jam. HEX triplet: A4, 03 and 5A. RGB value is (164,3,90). Sum of RGB (Red+Green+Blue) = 164+3+90=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A4035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4035A is #5BFCA5. Grayscale: #3C3C3C. Windows color (decimal): -6028454 or 5899172. OLE color: 5899172.

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

Color convert

RGB 164 3 90 -
CMYK 0 0.98 0.45 0.36
HSL 327.58º 0.96% 0.33% -
HSV(B) 327.58º 0.98% 0.64% -
XYZ 17.19 8.7 10.45 -
YUV 61.06 144.34 201.43 -
System Red Green Blue C M Y K H S L
Decimal 164 3 90 0 0.98 0.45 0.36 327.58 0.96 0.33
Hex A4 3 5A 0 62 2D 24 148 60 21
Octal 244 3 132 0 142 55 44 510 140 41
Binary 10100100 11 1011010 0 1100010 101101 100100 101001000 1100000 100001

Color Harmonies of #A4035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4035A

Black with #A4035A

Text Example


Text Example

White with #A4035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4035A; }

 p { color: rgb(164,3,90); }

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

background-color css

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

 a { background-color: rgb(164,3,90); }

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

border-color css

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

 span { border-color: rgb(164,3,90); }

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