Html Css Color HEX #B40C57 Jazzberry Jam

📋 copy color: '#B40C57'

red 180 ◦ green 12 ◦ blue 87

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

Shades of Jazzberry Jam #B40C57

Tints of Jazzberry Jam #B40C57

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.3%

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

R = 64.52%
G = 4.3%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B40C57 (or 0xB40C57) is known color: Jazzberry Jam. HEX triplet: B4, 0C and 57. RGB value is (180,12,87). Sum of RGB (Red+Green+Blue) = 180+12+87=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40C57 is #4BF3A8. Grayscale: #464646. Windows color (decimal): -4977577 or 5704884. OLE color: 5704884.

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

Color convert

RGB 180 12 87 -
CMYK 0 0.93 0.52 0.29
HSL 333.21º 0.88% 0.38% -
HSV(B) 333.21º 0.93% 0.71% -
XYZ 20.67 10.65 9.98 -
YUV 70.78 137.16 205.9 -
System Red Green Blue C M Y K H S L
Decimal 180 12 87 0 0.93 0.52 0.29 333.21 0.88 0.38
Hex B4 C 57 0 5D 34 1D 14D 58 26
Octal 264 14 127 0 135 64 35 515 130 46
Binary 10110100 1100 1010111 0 1011101 110100 11101 101001101 1011000 100110

Color Harmonies of #B40C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C57

Black with #B40C57

Text Example


Text Example

White with #B40C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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