Html Css Color HEX #A00450 Jazzberry Jam

📋 copy color: '#A00450'

red 160 ◦ green 4 ◦ blue 80

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

Shades of Jazzberry Jam #A00450

Tints of Jazzberry Jam #A00450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.64%

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

R = 65.57%
G = 1.64%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A00450 (or 0xA00450) is known color: Jazzberry Jam. HEX triplet: A0, 04 and 50. RGB value is (160,4,80). Sum of RGB (Red+Green+Blue) = 160+4+80=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A00450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00450 is #5FFBAF. Grayscale: #3B3B3B. Windows color (decimal): -6290352 or 5244064. OLE color: 5244064.

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

Color convert

RGB 160 4 80 -
CMYK 0 0.98 0.5 0.37
HSL 330.77º 0.95% 0.32% -
HSV(B) 330.77º 0.98% 0.63% -
XYZ 15.99 8.14 8.32 -
YUV 59.31 139.68 199.82 -
System Red Green Blue C M Y K H S L
Decimal 160 4 80 0 0.98 0.5 0.37 330.77 0.95 0.32
Hex A0 4 50 0 62 32 25 14B 5F 20
Octal 240 4 120 0 142 62 45 513 137 40
Binary 10100000 100 1010000 0 1100010 110010 100101 101001011 1011111 100000

Color Harmonies of #A00450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00450

Black with #A00450

Text Example


Text Example

White with #A00450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00450; }

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

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

background-color css

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

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

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

border-color css

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

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

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