Html Css Color HEX #B40951 Jazzberry Jam

📋 copy color: '#B40951'

red 180 ◦ green 9 ◦ blue 81

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

Shades of Jazzberry Jam #B40951

Tints of Jazzberry Jam #B40951

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.33%

 BLUE value IS 81 (32.03% from 255) = 30%

R = 66.67%
G = 3.33%
B = 30%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B40951 (or 0xB40951) is known color: Jazzberry Jam. HEX triplet: B4, 09 and 51. RGB value is (180,9,81). Sum of RGB (Red+Green+Blue) = 180+9+81=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B40951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40951 is #4BF6AE. Grayscale: #444444. Windows color (decimal): -4978351 or 5310900. OLE color: 5310900.

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

Color convert

RGB 180 9 81 -
CMYK 0 0.95 0.55 0.29
HSL 334.74º 0.9% 0.37% -
HSV(B) 334.74º 0.95% 0.71% -
XYZ 20.41 10.49 8.73 -
YUV 68.34 135.15 207.65 -
System Red Green Blue C M Y K H S L
Decimal 180 9 81 0 0.95 0.55 0.29 334.74 0.9 0.37
Hex B4 9 51 0 5F 37 1D 14F 5A 25
Octal 264 11 121 0 137 67 35 517 132 45
Binary 10110100 1001 1010001 0 1011111 110111 11101 101001111 1011010 100101

Color Harmonies of #B40951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40951

Black with #B40951

Text Example


Text Example

White with #B40951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40951; }

 p { color: rgb(180,9,81); }

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

background-color css

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

 a { background-color: rgb(180,9,81); }

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

border-color css

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

 span { border-color: rgb(180,9,81); }

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