Html Css Color HEX #A61343 Jazzberry Jam

📋 copy color: '#A61343'

red 166 ◦ green 19 ◦ blue 67

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

Shades of Jazzberry Jam #A61343

Tints of Jazzberry Jam #A61343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.59%

R = 65.87%
G = 7.54%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A61343 (or 0xA61343) is known color: Jazzberry Jam. HEX triplet: A6, 13 and 43. RGB value is (166,19,67). Sum of RGB (Red+Green+Blue) = 166+19+67=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A61343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61343 is #59ECBC. Grayscale: #444444. Windows color (decimal): -5893309 or 4395942. OLE color: 4395942.

HSL color Cylindrical-coordinate representation of color #A61343: hue angle of 340.41º 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 #A61343 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 19 67 -
CMYK 0 0.89 0.60 0.35
HSL 340.41º 0.79% 0.36% -
HSV(B) 340.41º 0.89% 0.65% -
XYZ 16.97 8.98 6.15 -
YUV 68.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 166 19 67 0 0.89 0.60 0.35 340.41 0.79 0.36
Hex A6 13 43 0 59 3C 23 154 4F 24
Octal 246 23 103 0 131 74 43 524 117 44
Binary 10100110 10011 1000011 0 1011001 111100 100011 101010100 1001111 100100

Color Harmonies of #A61343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61343

Black with #A61343

Text Example


Text Example

White with #A61343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61343; }

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

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

background-color css

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

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

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

border-color css

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

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

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