Html Css Color HEX #A00F50 Jazzberry Jam

📋 copy color: '#A00F50'

red 160 ◦ green 15 ◦ blue 80

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

Shades of Jazzberry Jam #A00F50

Tints of Jazzberry Jam #A00F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.37%

R = 62.75%
G = 5.88%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A00F50 (or 0xA00F50) is known color: Jazzberry Jam. HEX triplet: A0, 0F and 50. RGB value is (160,15,80). Sum of RGB (Red+Green+Blue) = 160+15+80=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00F50 is #5FF0AF. Grayscale: #414141. Windows color (decimal): -6287536 or 5246880. OLE color: 5246880.

HSL color Cylindrical-coordinate representation of color #A00F50: hue angle of 333.1º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00F50 is Cyan = 0, Magento = 0.91, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 15 80 -
CMYK 0 0.91 0.5 0.37
HSL 333.1º 0.83% 0.34% -
HSV(B) 333.1º 0.91% 0.63% -
XYZ 16.12 8.39 8.36 -
YUV 65.77 136.04 195.21 -
System Red Green Blue C M Y K H S L
Decimal 160 15 80 0 0.91 0.5 0.37 333.1 0.83 0.34
Hex A0 F 50 0 5B 32 25 14D 53 22
Octal 240 17 120 0 133 62 45 515 123 42
Binary 10100000 1111 1010000 0 1011011 110010 100101 101001101 1010011 100010

Color Harmonies of #A00F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00F50

Black with #A00F50

Text Example


Text Example

White with #A00F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00F50; }

 p { color: rgb(160,15,80); }

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

background-color css

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

 a { background-color: rgb(160,15,80); }

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

border-color css

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

 span { border-color: rgb(160,15,80); }

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