Html Css Color HEX #A3093F Jazzberry Jam

📋 copy color: '#A3093F'

red 163 ◦ green 9 ◦ blue 63

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

Shades of Jazzberry Jam #A3093F

Tints of Jazzberry Jam #A3093F

RGB

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

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

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

R = 69.36%
G = 3.83%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A3093F (or 0xA3093F) is known color: Jazzberry Jam. HEX triplet: A3, 09 and 3F. RGB value is (163,9,63). Sum of RGB (Red+Green+Blue) = 163+9+63=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A3093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3093F is #5CF6C0. Grayscale: #3D3D3D. Windows color (decimal): -6092481 or 4131235. OLE color: 4131235.

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

Color convert

RGB 163 9 63 -
CMYK 0 0.94 0.61 0.36
HSL 338.96º 0.9% 0.34% -
HSV(B) 338.96º 0.94% 0.64% -
XYZ 16.1 8.34 5.46 -
YUV 61.2 129.02 200.61 -
System Red Green Blue C M Y K H S L
Decimal 163 9 63 0 0.94 0.61 0.36 338.96 0.9 0.34
Hex A3 9 3F 0 5E 3D 24 153 5A 22
Octal 243 11 77 0 136 75 44 523 132 42
Binary 10100011 1001 111111 0 1011110 111101 100100 101010011 1011010 100010

Color Harmonies of #A3093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3093F

Black with #A3093F

Text Example


Text Example

White with #A3093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3093F; }

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

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

background-color css

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

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

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

border-color css

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

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

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