Html Css Color HEX #A3093D Jazzberry Jam

📋 copy color: '#A3093D'

red 163 ◦ green 9 ◦ blue 61

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

Shades of Jazzberry Jam #A3093D

Tints of Jazzberry Jam #A3093D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.18%

R = 69.96%
G = 3.86%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3093D (or 0xA3093D) is known color: Jazzberry Jam. HEX triplet: A3, 09 and 3D. RGB value is (163,9,61). Sum of RGB (Red+Green+Blue) = 163+9+61=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A3093D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3093D is #5CF6C2. Grayscale: #3C3C3C. Windows color (decimal): -6092483 or 4000163. OLE color: 4000163.

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

Color convert

RGB 163 9 61 -
CMYK 0 0.94 0.63 0.36
HSL 339.74º 0.9% 0.34% -
HSV(B) 339.74º 0.94% 0.64% -
XYZ 16.04 8.32 5.17 -
YUV 60.97 128.02 200.77 -
System Red Green Blue C M Y K H S L
Decimal 163 9 61 0 0.94 0.63 0.36 339.74 0.9 0.34
Hex A3 9 3D 0 5E 3F 24 154 5A 22
Octal 243 11 75 0 136 77 44 524 132 42
Binary 10100011 1001 111101 0 1011110 111111 100100 101010100 1011010 100010

Color Harmonies of #A3093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3093D

Black with #A3093D

Text Example


Text Example

White with #A3093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3093D; }

 p { color: rgb(163,9,61); }

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

background-color css

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

 a { background-color: rgb(163,9,61); }

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

border-color css

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

 span { border-color: rgb(163,9,61); }

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