Html Css Color HEX #A6135D Jazzberry Jam

📋 copy color: '#A6135D'

red 166 ◦ green 19 ◦ blue 93

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

Shades of Jazzberry Jam #A6135D

Tints of Jazzberry Jam #A6135D

RGB

 RED value IS 166 (65.23% from 255) = 59.71%

 GREEN value IS 19 (7.81% from 255) = 6.83%

 BLUE value IS 93 (36.72% from 255) = 33.45%

R = 59.71%
G = 6.83%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6135D (or 0xA6135D) is known color: Jazzberry Jam. HEX triplet: A6, 13 and 5D. RGB value is (166,19,93). Sum of RGB (Red+Green+Blue) = 166+19+93=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A6135D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6135D is #59ECA2. Grayscale: #474747. Windows color (decimal): -5893283 or 6099878. OLE color: 6099878.

HSL color Cylindrical-coordinate representation of color #A6135D: hue angle of 329.8º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6135D is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 19 93 -
CMYK 0 0.89 0.44 0.35
HSL 329.8º 0.79% 0.36% -
HSV(B) 329.8º 0.89% 0.65% -
XYZ 17.93 9.36 11.22 -
YUV 71.39 140.2 195.48 -
System Red Green Blue C M Y K H S L
Decimal 166 19 93 0 0.89 0.44 0.35 329.8 0.79 0.36
Hex A6 13 5D 0 59 2C 23 14A 4F 24
Octal 246 23 135 0 131 54 43 512 117 44
Binary 10100110 10011 1011101 0 1011001 101100 100011 101001010 1001111 100100

Color Harmonies of #A6135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6135D

Black with #A6135D

Text Example


Text Example

White with #A6135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6135D; }

 p { color: rgb(166,19,93); }

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

background-color css

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

 a { background-color: rgb(166,19,93); }

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

border-color css

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

 span { border-color: rgb(166,19,93); }

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