Html Css Color HEX #A0083E Jazzberry Jam

📋 copy color: '#A0083E'

red 160 ◦ green 8 ◦ blue 62

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

Shades of Jazzberry Jam #A0083E

Tints of Jazzberry Jam #A0083E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.96%

R = 69.57%
G = 3.48%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A0083E (or 0xA0083E) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 3E. RGB value is (160,8,62). Sum of RGB (Red+Green+Blue) = 160+8+62=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A0083E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0083E is #5FF7C1. Grayscale: #3B3B3B. Windows color (decimal): -6289346 or 4065440. OLE color: 4065440.

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

Color convert

RGB 160 8 62 -
CMYK 0 0.95 0.61 0.37
HSL 338.68º 0.9% 0.33% -
HSV(B) 338.68º 0.95% 0.63% -
XYZ 15.45 8 5.29 -
YUV 59.6 129.36 199.61 -
System Red Green Blue C M Y K H S L
Decimal 160 8 62 0 0.95 0.61 0.37 338.68 0.9 0.33
Hex A0 8 3E 0 5F 3D 25 153 5A 21
Octal 240 10 76 0 137 75 45 523 132 41
Binary 10100000 1000 111110 0 1011111 111101 100101 101010011 1011010 100001

Color Harmonies of #A0083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0083E

Black with #A0083E

Text Example


Text Example

White with #A0083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0083E; }

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

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

background-color css

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

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

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

border-color css

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

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

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