Html Css Color HEX #A0083D Jazzberry Jam

📋 copy color: '#A0083D'

red 160 ◦ green 8 ◦ blue 61

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

Shades of Jazzberry Jam #A0083D

Tints of Jazzberry Jam #A0083D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.49%

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

R = 69.87%
G = 3.49%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0083D (or 0xA0083D) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 3D. RGB value is (160,8,61). Sum of RGB (Red+Green+Blue) = 160+8+61=229 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.87% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 160 - color contains mainly: red. Hex color #A0083D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0083D is #5FF7C2. Grayscale: #3B3B3B. Windows color (decimal): -6289347 or 3999904. OLE color: 3999904.

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

Color convert

RGB 160 8 61 -
CMYK 0 0.95 0.62 0.37
HSL 339.08º 0.9% 0.33% -
HSV(B) 339.08º 0.95% 0.63% -
XYZ 15.43 7.98 5.14 -
YUV 59.49 128.86 199.69 -
System Red Green Blue C M Y K H S L
Decimal 160 8 61 0 0.95 0.62 0.37 339.08 0.9 0.33
Hex A0 8 3D 0 5F 3E 25 153 5A 21
Octal 240 10 75 0 137 76 45 523 132 41
Binary 10100000 1000 111101 0 1011111 111110 100101 101010011 1011010 100001

Color Harmonies of #A0083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0083D

Black with #A0083D

Text Example


Text Example

White with #A0083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0083D; }

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

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

background-color css

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

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

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

border-color css

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

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

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