Html Css Color HEX #A0093F Jazzberry Jam

📋 copy color: '#A0093F'

red 160 ◦ green 9 ◦ blue 63

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

Shades of Jazzberry Jam #A0093F

Tints of Jazzberry Jam #A0093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.16%

R = 68.97%
G = 3.88%
B = 27.16%

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

#A0093F (or 0xA0093F) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 3F. RGB value is (160,9,63). Sum of RGB (Red+Green+Blue) = 160+9+63=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A0093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0093F is #5FF6C0. Grayscale: #3C3C3C. Windows color (decimal): -6289089 or 4131232. OLE color: 4131232.

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

Color convert

RGB 160 9 63 -
CMYK 0 0.94 0.61 0.37
HSL 338.54º 0.89% 0.33% -
HSV(B) 338.54º 0.94% 0.63% -
XYZ 15.49 8.03 5.44 -
YUV 60.31 129.53 199.11 -
System Red Green Blue C M Y K H S L
Decimal 160 9 63 0 0.94 0.61 0.37 338.54 0.89 0.33
Hex A0 9 3F 0 5E 3D 25 153 59 21
Octal 240 11 77 0 136 75 45 523 131 41
Binary 10100000 1001 111111 0 1011110 111101 100101 101010011 1011001 100001

Color Harmonies of #A0093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0093F

Black with #A0093F

Text Example


Text Example

White with #A0093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0093F; }

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

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

background-color css

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

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

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

border-color css

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

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

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