Html Css Color HEX #A3063E Jazzberry Jam

📋 copy color: '#A3063E'

red 163 ◦ green 6 ◦ blue 62

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

Shades of Jazzberry Jam #A3063E

Tints of Jazzberry Jam #A3063E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.84%

R = 70.56%
G = 2.6%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A3063E (or 0xA3063E) is known color: Jazzberry Jam. HEX triplet: A3, 06 and 3E. RGB value is (163,6,62). Sum of RGB (Red+Green+Blue) = 163+6+62=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A3063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3063E is #5CF9C1. Grayscale: #3B3B3B. Windows color (decimal): -6093250 or 4064931. OLE color: 4064931.

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

Color convert

RGB 163 6 62 -
CMYK 0 0.96 0.62 0.36
HSL 338.6º 0.93% 0.33% -
HSV(B) 338.6º 0.96% 0.64% -
XYZ 16.04 8.26 5.31 -
YUV 59.33 129.51 201.95 -
System Red Green Blue C M Y K H S L
Decimal 163 6 62 0 0.96 0.62 0.36 338.6 0.93 0.33
Hex A3 6 3E 0 60 3E 24 153 5D 21
Octal 243 6 76 0 140 76 44 523 135 41
Binary 10100011 110 111110 0 1100000 111110 100100 101010011 1011101 100001

Color Harmonies of #A3063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3063E

Black with #A3063E

Text Example


Text Example

White with #A3063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3063E; }

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

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

background-color css

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

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

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

border-color css

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

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

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