Html Css Color HEX #A0063C Jazzberry Jam

📋 copy color: '#A0063C'

red 160 ◦ green 6 ◦ blue 60

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

Shades of Jazzberry Jam #A0063C

Tints of Jazzberry Jam #A0063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.65%

 BLUE value IS 60 (23.83% from 255) = 26.55%

R = 70.8%
G = 2.65%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0063C (or 0xA0063C) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 3C. RGB value is (160,6,60). Sum of RGB (Red+Green+Blue) = 160+6+60=226 (29% of max value = 765). Red value is 160 (62.89% from 255 or 70.80% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 160 - color contains mainly: red. Hex color #A0063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0063C is #5FF9C3. Grayscale: #3A3A3A. Windows color (decimal): -6289860 or 3933856. OLE color: 3933856.

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

Color convert

RGB 160 6 60 -
CMYK 0 0.96 0.62 0.37
HSL 338.96º 0.93% 0.33% -
HSV(B) 338.96º 0.96% 0.63% -
XYZ 15.38 7.93 5 -
YUV 58.2 129.02 200.61 -
System Red Green Blue C M Y K H S L
Decimal 160 6 60 0 0.96 0.62 0.37 338.96 0.93 0.33
Hex A0 6 3C 0 60 3E 25 153 5D 21
Octal 240 6 74 0 140 76 45 523 135 41
Binary 10100000 110 111100 0 1100000 111110 100101 101010011 1011101 100001

Color Harmonies of #A0063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0063C

Black with #A0063C

Text Example


Text Example

White with #A0063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0063C; }

 p { color: rgb(160,6,60); }

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

background-color css

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

 a { background-color: rgb(160,6,60); }

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

border-color css

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

 span { border-color: rgb(160,6,60); }

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