Html Css Color HEX #A3073D Jazzberry Jam

📋 copy color: '#A3073D'

red 163 ◦ green 7 ◦ blue 61

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

Shades of Jazzberry Jam #A3073D

Tints of Jazzberry Jam #A3073D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.03%

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

R = 70.56%
G = 3.03%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3073D (or 0xA3073D) is known color: Jazzberry Jam. HEX triplet: A3, 07 and 3D. RGB value is (163,7,61). Sum of RGB (Red+Green+Blue) = 163+7+61=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A3073D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3073D is #5CF8C2. Grayscale: #3B3B3B. Windows color (decimal): -6092995 or 3999651. OLE color: 3999651.

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

Color convert

RGB 163 7 61 -
CMYK 0 0.96 0.63 0.36
HSL 339.23º 0.92% 0.33% -
HSV(B) 339.23º 0.96% 0.64% -
XYZ 16.02 8.28 5.17 -
YUV 59.8 128.68 201.61 -
System Red Green Blue C M Y K H S L
Decimal 163 7 61 0 0.96 0.63 0.36 339.23 0.92 0.33
Hex A3 7 3D 0 60 3F 24 153 5C 21
Octal 243 7 75 0 140 77 44 523 134 41
Binary 10100011 111 111101 0 1100000 111111 100100 101010011 1011100 100001

Color Harmonies of #A3073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3073D

Black with #A3073D

Text Example


Text Example

White with #A3073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3073D; }

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

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

background-color css

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

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

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

border-color css

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

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

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