Html Css Color HEX #A41B65 Jazzberry Jam

📋 copy color: '#A41B65'

red 164 ◦ green 27 ◦ blue 101

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

Shades of Jazzberry Jam #A41B65

Tints of Jazzberry Jam #A41B65

RGB

 RED value IS 164 (64.45% from 255) = 56.16%

 GREEN value IS 27 (10.94% from 255) = 9.25%

 BLUE value IS 101 (39.84% from 255) = 34.59%

R = 56.16%
G = 9.25%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A41B65 (or 0xA41B65) is known color: Jazzberry Jam. HEX triplet: A4, 1B and 65. RGB value is (164,27,101). Sum of RGB (Red+Green+Blue) = 164+27+101=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41B65 is #5BE49A. Grayscale: #4C4C4C. Windows color (decimal): -6022299 or 6626212. OLE color: 6626212.

HSL color Cylindrical-coordinate representation of color #A41B65: hue angle of 327.59º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41B65 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 27 101 -
CMYK 0 0.84 0.38 0.36
HSL 327.59º 0.72% 0.37% -
HSV(B) 327.59º 0.84% 0.64% -
XYZ 18.05 9.62 13.22 -
YUV 76.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 164 27 101 0 0.84 0.38 0.36 327.59 0.72 0.37
Hex A4 1B 65 0 54 26 24 148 48 25
Octal 244 33 145 0 124 46 44 510 110 45
Binary 10100100 11011 1100101 0 1010100 100110 100100 101001000 1001000 100101

Color Harmonies of #A41B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41B65

Black with #A41B65

Text Example


Text Example

White with #A41B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41B65; }

 p { color: rgb(164,27,101); }

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

background-color css

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

 a { background-color: rgb(164,27,101); }

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

border-color css

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

 span { border-color: rgb(164,27,101); }

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