Html Css Color HEX #A0023D Jazzberry Jam

📋 copy color: '#A0023D'

red 160 ◦ green 2 ◦ blue 61

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

Shades of Jazzberry Jam #A0023D

Tints of Jazzberry Jam #A0023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 61 (24.22% from 255) = 27.35%

R = 71.75%
G = 0.9%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0023D (or 0xA0023D) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 3D. RGB value is (160,2,61). Sum of RGB (Red+Green+Blue) = 160+2+61=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A0023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0023D is #5FFDC2. Grayscale: #373737. Windows color (decimal): -6290883 or 3998368. OLE color: 3998368.

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

Color convert

RGB 160 2 61 -
CMYK 0 0.99 0.62 0.37
HSL 337.59º 0.98% 0.32% -
HSV(B) 337.59º 0.99% 0.63% -
XYZ 15.36 7.85 5.12 -
YUV 55.97 130.85 202.2 -
System Red Green Blue C M Y K H S L
Decimal 160 2 61 0 0.99 0.62 0.37 337.59 0.98 0.32
Hex A0 2 3D 0 63 3E 25 152 62 20
Octal 240 2 75 0 143 76 45 522 142 40
Binary 10100000 10 111101 0 1100011 111110 100101 101010010 1100010 100000

Color Harmonies of #A0023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0023D

Black with #A0023D

Text Example


Text Example

White with #A0023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0023D; }

 p { color: rgb(160,2,61); }

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

background-color css

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

 a { background-color: rgb(160,2,61); }

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

border-color css

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

 span { border-color: rgb(160,2,61); }

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