Html Css Color HEX #A20F4F Jazzberry Jam

📋 copy color: '#A20F4F'

red 162 ◦ green 15 ◦ blue 79

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

Shades of Jazzberry Jam #A20F4F

Tints of Jazzberry Jam #A20F4F

RGB

 RED value IS 162 (63.67% from 255) = 63.28%

 GREEN value IS 15 (6.25% from 255) = 5.86%

 BLUE value IS 79 (31.25% from 255) = 30.86%

R = 63.28%
G = 5.86%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A20F4F (or 0xA20F4F) is known color: Jazzberry Jam. HEX triplet: A2, 0F and 4F. RGB value is (162,15,79). Sum of RGB (Red+Green+Blue) = 162+15+79=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20F4F is #5DF0B0. Grayscale: #424242. Windows color (decimal): -6156465 or 5181346. OLE color: 5181346.

HSL color Cylindrical-coordinate representation of color #A20F4F: hue angle of 333.88º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20F4F is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 15 79 -
CMYK 0 0.91 0.51 0.36
HSL 333.88º 0.83% 0.35% -
HSV(B) 333.88º 0.91% 0.64% -
XYZ 16.48 8.59 8.19 -
YUV 66.25 135.2 196.3 -
System Red Green Blue C M Y K H S L
Decimal 162 15 79 0 0.91 0.51 0.36 333.88 0.83 0.35
Hex A2 F 4F 0 5B 33 24 14E 53 23
Octal 242 17 117 0 133 63 44 516 123 43
Binary 10100010 1111 1001111 0 1011011 110011 100100 101001110 1010011 100011

Color Harmonies of #A20F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20F4F

Black with #A20F4F

Text Example


Text Example

White with #A20F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20F4F; }

 p { color: rgb(162,15,79); }

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

background-color css

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

 a { background-color: rgb(162,15,79); }

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

border-color css

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

 span { border-color: rgb(162,15,79); }

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