Html Css Color HEX #B41459 Jazzberry Jam

📋 copy color: '#B41459'

red 180 ◦ green 20 ◦ blue 89

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

Shades of Jazzberry Jam #B41459

Tints of Jazzberry Jam #B41459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.8%

R = 62.28%
G = 6.92%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B41459 (or 0xB41459) is known color: Jazzberry Jam. HEX triplet: B4, 14 and 59. RGB value is (180,20,89). Sum of RGB (Red+Green+Blue) = 180+20+89=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B41459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41459 is #4BEBA6. Grayscale: #4B4B4B. Windows color (decimal): -4975527 or 5838004. OLE color: 5838004.

HSL color Cylindrical-coordinate representation of color #B41459: hue angle of 334.12º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41459 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 20 89 -
CMYK 0 0.89 0.51 0.29
HSL 334.13º 0.8% 0.39% -
HSV(B) 334.13º 0.89% 0.71% -
XYZ 20.88 10.92 10.46 -
YUV 75.71 135.51 202.39 -
System Red Green Blue C M Y K H S L
Decimal 180 20 89 0 0.89 0.51 0.29 334.13 0.8 0.39
Hex B4 14 59 0 59 33 1D 14E 50 27
Octal 264 24 131 0 131 63 35 516 120 47
Binary 10110100 10100 1011001 0 1011001 110011 11101 101001110 1010000 100111

Color Harmonies of #B41459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41459

Black with #B41459

Text Example


Text Example

White with #B41459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41459; }

 p { color: rgb(180,20,89); }

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

background-color css

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

 a { background-color: rgb(180,20,89); }

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

border-color css

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

 span { border-color: rgb(180,20,89); }

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