Html Css Color HEX #B40A4D Jazzberry Jam

📋 copy color: '#B40A4D'

red 180 ◦ green 10 ◦ blue 77

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

Shades of Jazzberry Jam #B40A4D

Tints of Jazzberry Jam #B40A4D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.75%

 BLUE value IS 77 (30.47% from 255) = 28.84%

R = 67.42%
G = 3.75%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B40A4D (or 0xB40A4D) is known color: Jazzberry Jam. HEX triplet: B4, 0A and 4D. RGB value is (180,10,77). Sum of RGB (Red+Green+Blue) = 180+10+77=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40A4D is #4BF5B2. Grayscale: #444444. Windows color (decimal): -4978099 or 5049012. OLE color: 5049012.

HSL color Cylindrical-coordinate representation of color #B40A4D: hue angle of 336.35º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40A4D is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 10 77 -
CMYK 0 0.94 0.57 0.29
HSL 336.35º 0.89% 0.37% -
HSV(B) 336.35º 0.94% 0.71% -
XYZ 20.27 10.46 7.97 -
YUV 68.47 132.82 207.55 -
System Red Green Blue C M Y K H S L
Decimal 180 10 77 0 0.94 0.57 0.29 336.35 0.89 0.37
Hex B4 A 4D 0 5E 39 1D 150 59 25
Octal 264 12 115 0 136 71 35 520 131 45
Binary 10110100 1010 1001101 0 1011110 111001 11101 101010000 1011001 100101

Color Harmonies of #B40A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40A4D

Black with #B40A4D

Text Example


Text Example

White with #B40A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40A4D; }

 p { color: rgb(180,10,77); }

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

background-color css

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

 a { background-color: rgb(180,10,77); }

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

border-color css

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

 span { border-color: rgb(180,10,77); }

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