Html Css Color HEX #A6043D Jazzberry Jam

📋 copy color: '#A6043D'

red 166 ◦ green 4 ◦ blue 61

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

Shades of Jazzberry Jam #A6043D

Tints of Jazzberry Jam #A6043D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.73%

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

R = 71.86%
G = 1.73%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6043D (or 0xA6043D) is known color: Jazzberry Jam. HEX triplet: A6, 04 and 3D. RGB value is (166,4,61). Sum of RGB (Red+Green+Blue) = 166+4+61=231 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.86% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 166 - color contains mainly: red. Hex color #A6043D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6043D is #59FBC2. Grayscale: #3A3A3A. Windows color (decimal): -5897155 or 3998886. OLE color: 3998886.

HSL color Cylindrical-coordinate representation of color #A6043D: hue angle of 338.89º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A6043D is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 4 61 -
CMYK 0 0.98 0.63 0.35
HSL 338.89º 0.95% 0.33% -
HSV(B) 338.89º 0.98% 0.65% -
XYZ 16.61 8.53 5.19 -
YUV 58.94 129.17 204.37 -
System Red Green Blue C M Y K H S L
Decimal 166 4 61 0 0.98 0.63 0.35 338.89 0.95 0.33
Hex A6 4 3D 0 62 3F 23 153 5F 21
Octal 246 4 75 0 142 77 43 523 137 41
Binary 10100110 100 111101 0 1100010 111111 100011 101010011 1011111 100001

Color Harmonies of #A6043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6043D

Black with #A6043D

Text Example


Text Example

White with #A6043D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6043D; }

 p { color: rgb(166,4,61); }

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

background-color css

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

 a { background-color: rgb(166,4,61); }

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

border-color css

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

 span { border-color: rgb(166,4,61); }

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