Html Css Color HEX #B50042 Jazzberry Jam

📋 copy color: '#B50042'

red 181 ◦ green 0 ◦ blue 66

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

Shades of Jazzberry Jam #B50042

Tints of Jazzberry Jam #B50042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 66 (26.17% from 255) = 26.72%

R = 73.28%
G = 0%
B = 26.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B50042 (or 0xB50042) is known color: Jazzberry Jam. HEX triplet: B5, 00 and 42. RGB value is (181,0,66). Sum of RGB (Red+Green+Blue) = 181+0+66=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B50042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50042 is #4AFFBD. Grayscale: #3D3D3D. Windows color (decimal): -4915134 or 4325557. OLE color: 4325557.

HSL color Cylindrical-coordinate representation of color #B50042: hue angle of 338.12º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50042 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 0 66 -
CMYK 0 1 0.64 0.29
HSL 338.12º 1% 0.35% -
HSV(B) 338.12º 1% 0.71% -
XYZ 20.04 10.22 6.07 -
YUV 61.64 130.47 213.13 -
System Red Green Blue C M Y K H S L
Decimal 181 0 66 0 1 0.64 0.29 338.12 1 0.35
Hex B5 0 42 0 64 40 1D 152 64 23
Octal 265 0 102 0 144 100 35 522 144 43
Binary 10110101 0 1000010 0 1100100 1000000 11101 101010010 1100100 100011

Color Harmonies of #B50042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50042

Black with #B50042

Text Example


Text Example

White with #B50042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50042; }

 p { color: rgb(181,0,66); }

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

background-color css

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

 a { background-color: rgb(181,0,66); }

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

border-color css

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

 span { border-color: rgb(181,0,66); }

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