Html Css Color HEX #A4023B Jazzberry Jam

📋 copy color: '#A4023B'

red 164 ◦ green 2 ◦ blue 59

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

Shades of Jazzberry Jam #A4023B

Tints of Jazzberry Jam #A4023B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.22%

R = 72.89%
G = 0.89%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A4023B (or 0xA4023B) is known color: Jazzberry Jam. HEX triplet: A4, 02 and 3B. RGB value is (164,2,59). Sum of RGB (Red+Green+Blue) = 164+2+59=225 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.89% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 164 - color contains mainly: red. Hex color #A4023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4023B is #5BFDC4. Grayscale: #383838. Windows color (decimal): -6028741 or 3867300. OLE color: 3867300.

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

Color convert

RGB 164 2 59 -
CMYK 0 0.99 0.64 0.36
HSL 338.89º 0.98% 0.33% -
HSV(B) 338.89º 0.99% 0.64% -
XYZ 16.12 8.25 4.88 -
YUV 56.94 129.17 204.37 -
System Red Green Blue C M Y K H S L
Decimal 164 2 59 0 0.99 0.64 0.36 338.89 0.98 0.33
Hex A4 2 3B 0 63 40 24 153 62 21
Octal 244 2 73 0 143 100 44 523 142 41
Binary 10100100 10 111011 0 1100011 1000000 100100 101010011 1100010 100001

Color Harmonies of #A4023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4023B

Black with #A4023B

Text Example


Text Example

White with #A4023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4023B; }

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

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

background-color css

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

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

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

border-color css

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

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

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