Html Css Color HEX #A4003E Jazzberry Jam

📋 copy color: '#A4003E'

red 164 ◦ green 0 ◦ blue 62

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

Shades of Jazzberry Jam #A4003E

Tints of Jazzberry Jam #A4003E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 62 (24.61% from 255) = 27.43%

R = 72.57%
G = 0%
B = 27.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4003E (or 0xA4003E) is known color: Jazzberry Jam. HEX triplet: A4, 00 and 3E. RGB value is (164,0,62). Sum of RGB (Red+Green+Blue) = 164+0+62=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A4003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4003E is #5BFFC1. Grayscale: #383838. Windows color (decimal): -6029250 or 4063396. OLE color: 4063396.

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

Color convert

RGB 164 0 62 -
CMYK 0 1 0.62 0.36
HSL 337.32º 1% 0.32% -
HSV(B) 337.32º 1% 0.64% -
XYZ 16.18 8.24 5.3 -
YUV 56.1 131.33 204.96 -
System Red Green Blue C M Y K H S L
Decimal 164 0 62 0 1 0.62 0.36 337.32 1 0.32
Hex A4 0 3E 0 64 3E 24 151 64 20
Octal 244 0 76 0 144 76 44 521 144 40
Binary 10100100 0 111110 0 1100100 111110 100100 101010001 1100100 100000

Color Harmonies of #A4003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4003E

Black with #A4003E

Text Example


Text Example

White with #A4003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4003E; }

 p { color: rgb(164,0,62); }

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

background-color css

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

 a { background-color: rgb(164,0,62); }

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

border-color css

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

 span { border-color: rgb(164,0,62); }

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