Html Css Color HEX #B40D5E Jazzberry Jam

📋 copy color: '#B40D5E'

red 180 ◦ green 13 ◦ blue 94

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

Shades of Jazzberry Jam #B40D5E

Tints of Jazzberry Jam #B40D5E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.53%

 BLUE value IS 94 (37.11% from 255) = 32.75%

R = 62.72%
G = 4.53%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B40D5E (or 0xB40D5E) is known color: Jazzberry Jam. HEX triplet: B4, 0D and 5E. RGB value is (180,13,94). Sum of RGB (Red+Green+Blue) = 180+13+94=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40D5E is #4BF2A1. Grayscale: #484848. Windows color (decimal): -4977314 or 6163892. OLE color: 6163892.

HSL color Cylindrical-coordinate representation of color #B40D5E: hue angle of 330.9º degrees, saturation: 0.87, 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 #B40D5E is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 13 94 -
CMYK 0 0.93 0.48 0.29
HSL 330.9º 0.87% 0.38% -
HSV(B) 330.9º 0.93% 0.71% -
XYZ 20.99 10.8 11.57 -
YUV 72.17 140.33 204.91 -
System Red Green Blue C M Y K H S L
Decimal 180 13 94 0 0.93 0.48 0.29 330.9 0.87 0.38
Hex B4 D 5E 0 5D 30 1D 14B 57 26
Octal 264 15 136 0 135 60 35 513 127 46
Binary 10110100 1101 1011110 0 1011101 110000 11101 101001011 1010111 100110

Color Harmonies of #B40D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40D5E

Black with #B40D5E

Text Example


Text Example

White with #B40D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40D5E; }

 p { color: rgb(180,13,94); }

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

background-color css

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

 a { background-color: rgb(180,13,94); }

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

border-color css

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

 span { border-color: rgb(180,13,94); }

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