Html Css Color HEX #B40558 Jazzberry Jam

📋 copy color: '#B40558'

red 180 ◦ green 5 ◦ blue 88

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

Shades of Jazzberry Jam #B40558

Tints of Jazzberry Jam #B40558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

 BLUE value IS 88 (34.77% from 255) = 32.23%

R = 65.93%
G = 1.83%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B40558 (or 0xB40558) is known color: Jazzberry Jam. HEX triplet: B4, 05 and 58. RGB value is (180,5,88). Sum of RGB (Red+Green+Blue) = 180+5+88=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B40558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40558 is #4BFAA7. Grayscale: #424242. Windows color (decimal): -4979368 or 5768628. OLE color: 5768628.

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

Color convert

RGB 180 5 88 -
CMYK 0 0.97 0.51 0.29
HSL 331.54º 0.95% 0.36% -
HSV(B) 331.54º 0.97% 0.71% -
XYZ 20.64 10.52 10.17 -
YUV 66.79 139.98 208.75 -
System Red Green Blue C M Y K H S L
Decimal 180 5 88 0 0.97 0.51 0.29 331.54 0.95 0.36
Hex B4 5 58 0 61 33 1D 14C 5F 24
Octal 264 5 130 0 141 63 35 514 137 44
Binary 10110100 101 1011000 0 1100001 110011 11101 101001100 1011111 100100

Color Harmonies of #B40558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40558

Black with #B40558

Text Example


Text Example

White with #B40558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40558; }

 p { color: rgb(180,5,88); }

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

background-color css

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

 a { background-color: rgb(180,5,88); }

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

border-color css

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

 span { border-color: rgb(180,5,88); }

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