Html Css Color HEX #A1063D Jazzberry Jam

📋 copy color: '#A1063D'

red 161 ◦ green 6 ◦ blue 61

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

Shades of Jazzberry Jam #A1063D

Tints of Jazzberry Jam #A1063D

RGB

 RED value IS 161 (63.28% from 255) = 70.61%

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

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

R = 70.61%
G = 2.63%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A1063D (or 0xA1063D) is known color: Jazzberry Jam. HEX triplet: A1, 06 and 3D. RGB value is (161,6,61). Sum of RGB (Red+Green+Blue) = 161+6+61=228 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.61% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 161 - color contains mainly: red. Hex color #A1063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1063D is #5EF9C2. Grayscale: #3A3A3A. Windows color (decimal): -6224323 or 3999393. OLE color: 3999393.

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

Color convert

RGB 161 6 61 -
CMYK 0 0.96 0.62 0.37
HSL 338.71º 0.93% 0.33% -
HSV(B) 338.71º 0.96% 0.63% -
XYZ 15.61 8.04 5.15 -
YUV 58.62 129.35 201.03 -
System Red Green Blue C M Y K H S L
Decimal 161 6 61 0 0.96 0.62 0.37 338.71 0.93 0.33
Hex A1 6 3D 0 60 3E 25 153 5D 21
Octal 241 6 75 0 140 76 45 523 135 41
Binary 10100001 110 111101 0 1100000 111110 100101 101010011 1011101 100001

Color Harmonies of #A1063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1063D

Black with #A1063D

Text Example


Text Example

White with #A1063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1063D; }

 p { color: rgb(161,6,61); }

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

background-color css

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

 a { background-color: rgb(161,6,61); }

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

border-color css

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

 span { border-color: rgb(161,6,61); }

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