Html Css Color HEX #A0093E Jazzberry Jam

📋 copy color: '#A0093E'

red 160 ◦ green 9 ◦ blue 62

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

Shades of Jazzberry Jam #A0093E

Tints of Jazzberry Jam #A0093E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.9%

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

R = 69.26%
G = 3.9%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A0093E (or 0xA0093E) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 3E. RGB value is (160,9,62). Sum of RGB (Red+Green+Blue) = 160+9+62=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A0093E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0093E is #5FF6C1. Grayscale: #3C3C3C. Windows color (decimal): -6289090 or 4065696. OLE color: 4065696.

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

Color convert

RGB 160 9 62 -
CMYK 0 0.94 0.61 0.37
HSL 338.94º 0.89% 0.33% -
HSV(B) 338.94º 0.94% 0.63% -
XYZ 15.46 8.02 5.29 -
YUV 60.19 129.03 199.19 -
System Red Green Blue C M Y K H S L
Decimal 160 9 62 0 0.94 0.61 0.37 338.94 0.89 0.33
Hex A0 9 3E 0 5E 3D 25 153 59 21
Octal 240 11 76 0 136 75 45 523 131 41
Binary 10100000 1001 111110 0 1011110 111101 100101 101010011 1011001 100001

Color Harmonies of #A0093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0093E

Black with #A0093E

Text Example


Text Example

White with #A0093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0093E; }

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

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

background-color css

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

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

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

border-color css

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

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

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