Html Css Color HEX #B50451 Jazzberry Jam

📋 copy color: '#B50451'

red 181 ◦ green 4 ◦ blue 81

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

Shades of Jazzberry Jam #B50451

Tints of Jazzberry Jam #B50451

RGB

 RED value IS 181 (71.09% from 255) = 68.05%

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 68.05%
G = 1.5%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B50451 (or 0xB50451) is known color: Jazzberry Jam. HEX triplet: B5, 04 and 51. RGB value is (181,4,81). Sum of RGB (Red+Green+Blue) = 181+4+81=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B50451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50451 is #4AFBAE. Grayscale: #414141. Windows color (decimal): -4914095 or 5309621. OLE color: 5309621.

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

Color convert

RGB 181 4 81 -
CMYK 0 0.98 0.55 0.29
HSL 333.9º 0.96% 0.36% -
HSV(B) 333.9º 0.98% 0.71% -
XYZ 20.58 10.5 8.73 -
YUV 65.7 136.64 210.24 -
System Red Green Blue C M Y K H S L
Decimal 181 4 81 0 0.98 0.55 0.29 333.9 0.96 0.36
Hex B5 4 51 0 62 37 1D 14E 60 24
Octal 265 4 121 0 142 67 35 516 140 44
Binary 10110101 100 1010001 0 1100010 110111 11101 101001110 1100000 100100

Color Harmonies of #B50451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50451

Black with #B50451

Text Example


Text Example

White with #B50451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50451; }

 p { color: rgb(181,4,81); }

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

background-color css

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

 a { background-color: rgb(181,4,81); }

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

border-color css

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

 span { border-color: rgb(181,4,81); }

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