Html Css Color HEX #A3084C Jazzberry Jam

📋 copy color: '#A3084C'

red 163 ◦ green 8 ◦ blue 76

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

Shades of Jazzberry Jam #A3084C

Tints of Jazzberry Jam #A3084C

RGB

 RED value IS 163 (64.06% from 255) = 65.99%

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

 BLUE value IS 76 (30.08% from 255) = 30.77%

R = 65.99%
G = 3.24%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3084C (or 0xA3084C) is known color: Jazzberry Jam. HEX triplet: A3, 08 and 4C. RGB value is (163,8,76). Sum of RGB (Red+Green+Blue) = 163+8+76=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A3084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3084C is #5CF7B3. Grayscale: #3D3D3D. Windows color (decimal): -6092724 or 4982947. OLE color: 4982947.

HSL color Cylindrical-coordinate representation of color #A3084C: hue angle of 333.68º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A3084C is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 8 76 -
CMYK 0 0.95 0.53 0.36
HSL 333.68º 0.91% 0.34% -
HSV(B) 333.68º 0.95% 0.64% -
XYZ 16.5 8.48 7.61 -
YUV 62.1 135.85 199.97 -
System Red Green Blue C M Y K H S L
Decimal 163 8 76 0 0.95 0.53 0.36 333.68 0.91 0.34
Hex A3 8 4C 0 5F 35 24 14E 5B 22
Octal 243 10 114 0 137 65 44 516 133 42
Binary 10100011 1000 1001100 0 1011111 110101 100100 101001110 1011011 100010

Color Harmonies of #A3084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3084C

Black with #A3084C

Text Example


Text Example

White with #A3084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3084C; }

 p { color: rgb(163,8,76); }

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

background-color css

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

 a { background-color: rgb(163,8,76); }

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

border-color css

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

 span { border-color: rgb(163,8,76); }

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