Html Css Color HEX #B40F57 Jazzberry Jam

📋 copy color: '#B40F57'

red 180 ◦ green 15 ◦ blue 87

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

Shades of Jazzberry Jam #B40F57

Tints of Jazzberry Jam #B40F57

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.32%

 BLUE value IS 87 (34.38% from 255) = 30.85%

R = 63.83%
G = 5.32%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B40F57 (or 0xB40F57) is known color: Jazzberry Jam. HEX triplet: B4, 0F and 57. RGB value is (180,15,87). Sum of RGB (Red+Green+Blue) = 180+15+87=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40F57 is #4BF0A8. Grayscale: #484848. Windows color (decimal): -4976809 or 5705652. OLE color: 5705652.

HSL color Cylindrical-coordinate representation of color #B40F57: hue angle of 333.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40F57 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 15 87 -
CMYK 0 0.92 0.52 0.29
HSL 333.82º 0.85% 0.38% -
HSV(B) 333.82º 0.92% 0.71% -
XYZ 20.71 10.73 10 -
YUV 72.54 136.16 204.65 -
System Red Green Blue C M Y K H S L
Decimal 180 15 87 0 0.92 0.52 0.29 333.82 0.85 0.38
Hex B4 F 57 0 5C 34 1D 14E 55 26
Octal 264 17 127 0 134 64 35 516 125 46
Binary 10110100 1111 1010111 0 1011100 110100 11101 101001110 1010101 100110

Color Harmonies of #B40F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40F57

Black with #B40F57

Text Example


Text Example

White with #B40F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40F57; }

 p { color: rgb(180,15,87); }

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

background-color css

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

 a { background-color: rgb(180,15,87); }

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

border-color css

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

 span { border-color: rgb(180,15,87); }

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