Html Css Color HEX #A61D5E Jazzberry Jam

📋 copy color: '#A61D5E'

red 166 ◦ green 29 ◦ blue 94

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

Shades of Jazzberry Jam #A61D5E

Tints of Jazzberry Jam #A61D5E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.03%

 BLUE value IS 94 (37.11% from 255) = 32.53%

R = 57.44%
G = 10.03%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A61D5E (or 0xA61D5E) is known color: Jazzberry Jam. HEX triplet: A6, 1D and 5E. RGB value is (166,29,94). Sum of RGB (Red+Green+Blue) = 166+29+94=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61D5E is #59E2A1. Grayscale: #4D4D4D. Windows color (decimal): -5890722 or 6167974. OLE color: 6167974.

HSL color Cylindrical-coordinate representation of color #A61D5E: hue angle of 331.53º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61D5E is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 29 94 -
CMYK 0 0.83 0.43 0.35
HSL 331.53º 0.7% 0.38% -
HSV(B) 331.53º 0.83% 0.65% -
XYZ 18.19 9.79 11.52 -
YUV 77.37 137.39 191.21 -
System Red Green Blue C M Y K H S L
Decimal 166 29 94 0 0.83 0.43 0.35 331.53 0.7 0.38
Hex A6 1D 5E 0 53 2B 23 14C 46 26
Octal 246 35 136 0 123 53 43 514 106 46
Binary 10100110 11101 1011110 0 1010011 101011 100011 101001100 1000110 100110

Color Harmonies of #A61D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61D5E

Black with #A61D5E

Text Example


Text Example

White with #A61D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61D5E; }

 p { color: rgb(166,29,94); }

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

background-color css

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

 a { background-color: rgb(166,29,94); }

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

border-color css

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

 span { border-color: rgb(166,29,94); }

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