Html Css Color HEX #B41965 Jazzberry Jam

📋 copy color: '#B41965'

red 180 ◦ green 25 ◦ blue 101

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

Shades of Jazzberry Jam #B41965

Tints of Jazzberry Jam #B41965

RGB

 RED value IS 180 (70.7% from 255) = 58.82%

 GREEN value IS 25 (10.16% from 255) = 8.17%

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

R = 58.82%
G = 8.17%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B41965 (or 0xB41965) is known color: Jazzberry Jam. HEX triplet: B4, 19 and 65. RGB value is (180,25,101). Sum of RGB (Red+Green+Blue) = 180+25+101=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B41965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41965 is #4BE69A. Grayscale: #4F4F4F. Windows color (decimal): -4974235 or 6625716. OLE color: 6625716.

HSL color Cylindrical-coordinate representation of color #B41965: hue angle of 330.58º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41965 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 25 101 -
CMYK 0 0.86 0.44 0.29
HSL 330.58º 0.76% 0.4% -
HSV(B) 330.58º 0.86% 0.71% -
XYZ 21.52 11.34 13.37 -
YUV 80.01 139.85 199.32 -
System Red Green Blue C M Y K H S L
Decimal 180 25 101 0 0.86 0.44 0.29 330.58 0.76 0.4
Hex B4 19 65 0 56 2C 1D 14B 4C 28
Octal 264 31 145 0 126 54 35 513 114 50
Binary 10110100 11001 1100101 0 1010110 101100 11101 101001011 1001100 101000

Color Harmonies of #B41965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41965

Black with #B41965

Text Example


Text Example

White with #B41965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41965; }

 p { color: rgb(180,25,101); }

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

background-color css

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

 a { background-color: rgb(180,25,101); }

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

border-color css

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

 span { border-color: rgb(180,25,101); }

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