Html Css Color HEX #A01452 Jazzberry Jam

📋 copy color: '#A01452'

red 160 ◦ green 20 ◦ blue 82

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

Shades of Jazzberry Jam #A01452

Tints of Jazzberry Jam #A01452

RGB

 RED value IS 160 (62.89% from 255) = 61.07%

 GREEN value IS 20 (8.2% from 255) = 7.63%

 BLUE value IS 82 (32.42% from 255) = 31.3%

R = 61.07%
G = 7.63%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A01452 (or 0xA01452) is known color: Jazzberry Jam. HEX triplet: A0, 14 and 52. RGB value is (160,20,82). Sum of RGB (Red+Green+Blue) = 160+20+82=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A01452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01452 is #5FEBAD. Grayscale: #444444. Windows color (decimal): -6286254 or 5379232. OLE color: 5379232.

HSL color Cylindrical-coordinate representation of color #A01452: hue angle of 333.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01452 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 20 82 -
CMYK 0 0.88 0.49 0.37
HSL 333.43º 0.78% 0.35% -
HSV(B) 333.43º 0.88% 0.63% -
XYZ 16.27 8.58 8.78 -
YUV 68.93 135.38 192.96 -
System Red Green Blue C M Y K H S L
Decimal 160 20 82 0 0.88 0.49 0.37 333.43 0.78 0.35
Hex A0 14 52 0 58 31 25 14D 4E 23
Octal 240 24 122 0 130 61 45 515 116 43
Binary 10100000 10100 1010010 0 1011000 110001 100101 101001101 1001110 100011

Color Harmonies of #A01452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01452

Black with #A01452

Text Example


Text Example

White with #A01452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01452; }

 p { color: rgb(160,20,82); }

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

background-color css

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

 a { background-color: rgb(160,20,82); }

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

border-color css

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

 span { border-color: rgb(160,20,82); }

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