Html Css Color HEX #B40D5D Jazzberry Jam

📋 copy color: '#B40D5D'

red 180 ◦ green 13 ◦ blue 93

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

Shades of Jazzberry Jam #B40D5D

Tints of Jazzberry Jam #B40D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.52%

R = 62.94%
G = 4.55%
B = 32.52%

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

#B40D5D (or 0xB40D5D) is known color: Jazzberry Jam. HEX triplet: B4, 0D and 5D. RGB value is (180,13,93). Sum of RGB (Red+Green+Blue) = 180+13+93=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40D5D is #4BF2A2. Grayscale: #474747. Windows color (decimal): -4977315 or 6098356. OLE color: 6098356.

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

Color convert

RGB 180 13 93 -
CMYK 0 0.93 0.48 0.29
HSL 331.26º 0.87% 0.38% -
HSV(B) 331.26º 0.93% 0.71% -
XYZ 20.94 10.78 11.33 -
YUV 72.05 139.83 205 -
System Red Green Blue C M Y K H S L
Decimal 180 13 93 0 0.93 0.48 0.29 331.26 0.87 0.38
Hex B4 D 5D 0 5D 30 1D 14B 57 26
Octal 264 15 135 0 135 60 35 513 127 46
Binary 10110100 1101 1011101 0 1011101 110000 11101 101001011 1010111 100110

Color Harmonies of #B40D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40D5D

Black with #B40D5D

Text Example


Text Example

White with #B40D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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