Html Css Color HEX #A4023D Jazzberry Jam

📋 copy color: '#A4023D'

red 164 ◦ green 2 ◦ blue 61

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

Shades of Jazzberry Jam #A4023D

Tints of Jazzberry Jam #A4023D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.87%

R = 72.25%
G = 0.88%
B = 26.87%

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

#A4023D (or 0xA4023D) is known color: Jazzberry Jam. HEX triplet: A4, 02 and 3D. RGB value is (164,2,61). Sum of RGB (Red+Green+Blue) = 164+2+61=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A4023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4023D is #5BFDC2. Grayscale: #393939. Windows color (decimal): -6028739 or 3998372. OLE color: 3998372.

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

Color convert

RGB 164 2 61 -
CMYK 0 0.99 0.63 0.36
HSL 338.15º 0.98% 0.33% -
HSV(B) 338.15º 0.99% 0.64% -
XYZ 16.17 8.27 5.16 -
YUV 57.16 130.17 204.2 -
System Red Green Blue C M Y K H S L
Decimal 164 2 61 0 0.99 0.63 0.36 338.15 0.98 0.33
Hex A4 2 3D 0 63 3F 24 152 62 21
Octal 244 2 75 0 143 77 44 522 142 41
Binary 10100100 10 111101 0 1100011 111111 100100 101010010 1100010 100001

Color Harmonies of #A4023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4023D

Black with #A4023D

Text Example


Text Example

White with #A4023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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