Html Css Color HEX #B41765 Jazzberry Jam

📋 copy color: '#B41765'

red 180 ◦ green 23 ◦ blue 101

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

Shades of Jazzberry Jam #B41765

Tints of Jazzberry Jam #B41765

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.57%

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

R = 59.21%
G = 7.57%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B41765 (or 0xB41765) is known color: Jazzberry Jam. HEX triplet: B4, 17 and 65. RGB value is (180,23,101). Sum of RGB (Red+Green+Blue) = 180+23+101=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B41765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41765 is #4BE89A. Grayscale: #4E4E4E. Windows color (decimal): -4974747 or 6625204. OLE color: 6625204.

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

Color convert

RGB 180 23 101 -
CMYK 0 0.87 0.44 0.29
HSL 330.19º 0.77% 0.4% -
HSV(B) 330.19º 0.87% 0.71% -
XYZ 21.48 11.26 13.35 -
YUV 78.84 140.51 200.16 -
System Red Green Blue C M Y K H S L
Decimal 180 23 101 0 0.87 0.44 0.29 330.19 0.77 0.4
Hex B4 17 65 0 57 2C 1D 14A 4D 28
Octal 264 27 145 0 127 54 35 512 115 50
Binary 10110100 10111 1100101 0 1010111 101100 11101 101001010 1001101 101000

Color Harmonies of #B41765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41765

Black with #B41765

Text Example


Text Example

White with #B41765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41765; }

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

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

background-color css

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

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

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

border-color css

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

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

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