Html Css Color HEX #A0154B Jazzberry Jam

📋 copy color: '#A0154B'

red 160 ◦ green 21 ◦ blue 75

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

Shades of Jazzberry Jam #A0154B

Tints of Jazzberry Jam #A0154B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.2%

 BLUE value IS 75 (29.69% from 255) = 29.3%

R = 62.5%
G = 8.2%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A0154B (or 0xA0154B) is known color: Jazzberry Jam. HEX triplet: A0, 15 and 4B. RGB value is (160,21,75). Sum of RGB (Red+Green+Blue) = 160+21+75=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A0154B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0154B is #5FEAB4. Grayscale: #444444. Windows color (decimal): -6286005 or 4920736. OLE color: 4920736.

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

Color convert

RGB 160 21 75 -
CMYK 0 0.87 0.53 0.37
HSL 336.69º 0.77% 0.35% -
HSV(B) 336.69º 0.87% 0.63% -
XYZ 16.04 8.52 7.46 -
YUV 68.72 131.55 193.11 -
System Red Green Blue C M Y K H S L
Decimal 160 21 75 0 0.87 0.53 0.37 336.69 0.77 0.35
Hex A0 15 4B 0 57 35 25 151 4D 23
Octal 240 25 113 0 127 65 45 521 115 43
Binary 10100000 10101 1001011 0 1010111 110101 100101 101010001 1001101 100011

Color Harmonies of #A0154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0154B

Black with #A0154B

Text Example


Text Example

White with #A0154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0154B; }

 p { color: rgb(160,21,75); }

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

background-color css

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

 a { background-color: rgb(160,21,75); }

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

border-color css

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

 span { border-color: rgb(160,21,75); }

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