Html Css Color HEX #A4023C Jazzberry Jam

📋 copy color: '#A4023C'

red 164 ◦ green 2 ◦ blue 60

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

Shades of Jazzberry Jam #A4023C

Tints of Jazzberry Jam #A4023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.55%

R = 72.57%
G = 0.88%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4023C (or 0xA4023C) is known color: Jazzberry Jam. HEX triplet: A4, 02 and 3C. RGB value is (164,2,60). Sum of RGB (Red+Green+Blue) = 164+2+60=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A4023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4023C is #5BFDC3. Grayscale: #383838. Windows color (decimal): -6028740 or 3932836. OLE color: 3932836.

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

Color convert

RGB 164 2 60 -
CMYK 0 0.99 0.63 0.36
HSL 338.52º 0.98% 0.33% -
HSV(B) 338.52º 0.99% 0.64% -
XYZ 16.15 8.26 5.02 -
YUV 57.05 129.67 204.28 -
System Red Green Blue C M Y K H S L
Decimal 164 2 60 0 0.99 0.63 0.36 338.52 0.98 0.33
Hex A4 2 3C 0 63 3F 24 153 62 21
Octal 244 2 74 0 143 77 44 523 142 41
Binary 10100100 10 111100 0 1100011 111111 100100 101010011 1100010 100001

Color Harmonies of #A4023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4023C

Black with #A4023C

Text Example


Text Example

White with #A4023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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