Html Css Color HEX #A00940 Jazzberry Jam

📋 copy color: '#A00940'

red 160 ◦ green 9 ◦ blue 64

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

Shades of Jazzberry Jam #A00940

Tints of Jazzberry Jam #A00940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.47%

R = 68.67%
G = 3.86%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A00940 (or 0xA00940) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 40. RGB value is (160,9,64). Sum of RGB (Red+Green+Blue) = 160+9+64=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A00940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00940 is #5FF6BF. Grayscale: #3C3C3C. Windows color (decimal): -6289088 or 4196768. OLE color: 4196768.

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

Color convert

RGB 160 9 64 -
CMYK 0 0.94 0.6 0.37
HSL 338.15º 0.89% 0.33% -
HSV(B) 338.15º 0.94% 0.63% -
XYZ 15.52 8.04 5.58 -
YUV 60.42 130.03 199.03 -
System Red Green Blue C M Y K H S L
Decimal 160 9 64 0 0.94 0.6 0.37 338.15 0.89 0.33
Hex A0 9 40 0 5E 3C 25 152 59 21
Octal 240 11 100 0 136 74 45 522 131 41
Binary 10100000 1001 1000000 0 1011110 111100 100101 101010010 1011001 100001

Color Harmonies of #A00940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00940

Black with #A00940

Text Example


Text Example

White with #A00940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00940; }

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

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

background-color css

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

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

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

border-color css

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

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

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