Html Css Color HEX #A3063B Jazzberry Jam

📋 copy color: '#A3063B'

red 163 ◦ green 6 ◦ blue 59

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

Shades of Jazzberry Jam #A3063B

Tints of Jazzberry Jam #A3063B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.88%

R = 71.49%
G = 2.63%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A3063B (or 0xA3063B) is known color: Jazzberry Jam. HEX triplet: A3, 06 and 3B. RGB value is (163,6,59). Sum of RGB (Red+Green+Blue) = 163+6+59=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A3063B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3063B is #5CF9C4. Grayscale: #3A3A3A. Windows color (decimal): -6093253 or 3868323. OLE color: 3868323.

HSL color Cylindrical-coordinate representation of color #A3063B: hue angle of 339.75º degrees, saturation: 0.93, 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 #A3063B is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 6 59 -
CMYK 0 0.96 0.64 0.36
HSL 339.75º 0.93% 0.33% -
HSV(B) 339.75º 0.96% 0.64% -
XYZ 15.96 8.23 4.89 -
YUV 58.99 128.01 202.19 -
System Red Green Blue C M Y K H S L
Decimal 163 6 59 0 0.96 0.64 0.36 339.75 0.93 0.33
Hex A3 6 3B 0 60 40 24 154 5D 21
Octal 243 6 73 0 140 100 44 524 135 41
Binary 10100011 110 111011 0 1100000 1000000 100100 101010100 1011101 100001

Color Harmonies of #A3063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3063B

Black with #A3063B

Text Example


Text Example

White with #A3063B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3063B; }

 p { color: rgb(163,6,59); }

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

background-color css

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

 a { background-color: rgb(163,6,59); }

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

border-color css

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

 span { border-color: rgb(163,6,59); }

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