Html Css Color HEX #A20348 Jazzberry Jam

📋 copy color: '#A20348'

red 162 ◦ green 3 ◦ blue 72

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

Shades of Jazzberry Jam #A20348

Tints of Jazzberry Jam #A20348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

 BLUE value IS 72 (28.52% from 255) = 30.38%

R = 68.35%
G = 1.27%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A20348 (or 0xA20348) is known color: Jazzberry Jam. HEX triplet: A2, 03 and 48. RGB value is (162,3,72). Sum of RGB (Red+Green+Blue) = 162+3+72=237 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.35% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 162 - color contains mainly: red. Hex color #A20348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20348 is #5DFCB7. Grayscale: #3A3A3A. Windows color (decimal): -6159544 or 4719522. OLE color: 4719522.

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

Color convert

RGB 162 3 72 -
CMYK 0 0.98 0.56 0.36
HSL 333.96º 0.96% 0.32% -
HSV(B) 333.96º 0.98% 0.64% -
XYZ 16.1 8.21 6.87 -
YUV 58.41 135.68 201.89 -
System Red Green Blue C M Y K H S L
Decimal 162 3 72 0 0.98 0.56 0.36 333.96 0.96 0.32
Hex A2 3 48 0 62 38 24 14E 60 20
Octal 242 3 110 0 142 70 44 516 140 40
Binary 10100010 11 1001000 0 1100010 111000 100100 101001110 1100000 100000

Color Harmonies of #A20348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20348

Black with #A20348

Text Example


Text Example

White with #A20348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20348; }

 p { color: rgb(162,3,72); }

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

background-color css

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

 a { background-color: rgb(162,3,72); }

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

border-color css

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

 span { border-color: rgb(162,3,72); }

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