Html Css Color HEX #A61448 Jazzberry Jam

📋 copy color: '#A61448'

red 166 ◦ green 20 ◦ blue 72

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

Shades of Jazzberry Jam #A61448

Tints of Jazzberry Jam #A61448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.75%

 BLUE value IS 72 (28.52% from 255) = 27.91%

R = 64.34%
G = 7.75%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A61448 (or 0xA61448) is known color: Jazzberry Jam. HEX triplet: A6, 14 and 48. RGB value is (166,20,72). Sum of RGB (Red+Green+Blue) = 166+20+72=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A61448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61448 is #59EBB7. Grayscale: #454545. Windows color (decimal): -5893048 or 4723878. OLE color: 4723878.

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

Color convert

RGB 166 20 72 -
CMYK 0 0.88 0.57 0.35
HSL 338.63º 0.78% 0.36% -
HSV(B) 338.63º 0.88% 0.65% -
XYZ 17.15 9.08 6.98 -
YUV 69.58 129.37 196.77 -
System Red Green Blue C M Y K H S L
Decimal 166 20 72 0 0.88 0.57 0.35 338.63 0.78 0.36
Hex A6 14 48 0 58 39 23 153 4E 24
Octal 246 24 110 0 130 71 43 523 116 44
Binary 10100110 10100 1001000 0 1011000 111001 100011 101010011 1001110 100100

Color Harmonies of #A61448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61448

Black with #A61448

Text Example


Text Example

White with #A61448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61448; }

 p { color: rgb(166,20,72); }

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

background-color css

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

 a { background-color: rgb(166,20,72); }

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

border-color css

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

 span { border-color: rgb(166,20,72); }

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