Html Css Color HEX #A00453 Jazzberry Jam

📋 copy color: '#A00453'

red 160 ◦ green 4 ◦ blue 83

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

Shades of Jazzberry Jam #A00453

Tints of Jazzberry Jam #A00453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.6%

R = 64.78%
G = 1.62%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A00453 (or 0xA00453) is known color: Jazzberry Jam. HEX triplet: A0, 04 and 53. RGB value is (160,4,83). Sum of RGB (Red+Green+Blue) = 160+4+83=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A00453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00453 is #5FFBAC. Grayscale: #3B3B3B. Windows color (decimal): -6290349 or 5440672. OLE color: 5440672.

HSL color Cylindrical-coordinate representation of color #A00453: hue angle of 329.62º 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 #A00453 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 4 83 -
CMYK 0 0.98 0.48 0.37
HSL 329.62º 0.95% 0.32% -
HSV(B) 329.62º 0.98% 0.63% -
XYZ 16.1 8.18 8.91 -
YUV 59.65 141.18 199.58 -
System Red Green Blue C M Y K H S L
Decimal 160 4 83 0 0.98 0.48 0.37 329.62 0.95 0.32
Hex A0 4 53 0 62 30 25 14A 5F 20
Octal 240 4 123 0 142 60 45 512 137 40
Binary 10100000 100 1010011 0 1100010 110000 100101 101001010 1011111 100000

Color Harmonies of #A00453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00453

Black with #A00453

Text Example


Text Example

White with #A00453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00453; }

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

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

background-color css

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

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

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

border-color css

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

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

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