Html Css Color HEX #B50045 Jazzberry Jam

📋 copy color: '#B50045'

red 181 ◦ green 0 ◦ blue 69

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

Shades of Jazzberry Jam #B50045

Tints of Jazzberry Jam #B50045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.6%

R = 72.4%
G = 0%
B = 27.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B50045 (or 0xB50045) is known color: Jazzberry Jam. HEX triplet: B5, 00 and 45. RGB value is (181,0,69). Sum of RGB (Red+Green+Blue) = 181+0+69=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B50045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50045 is #4AFFBA. Grayscale: #3D3D3D. Windows color (decimal): -4915131 or 4522165. OLE color: 4522165.

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

Color convert

RGB 181 0 69 -
CMYK 0 1 0.62 0.29
HSL 337.13º 1% 0.35% -
HSV(B) 337.13º 1% 0.71% -
XYZ 20.13 10.25 6.55 -
YUV 61.99 131.97 212.89 -
System Red Green Blue C M Y K H S L
Decimal 181 0 69 0 1 0.62 0.29 337.13 1 0.35
Hex B5 0 45 0 64 3E 1D 151 64 23
Octal 265 0 105 0 144 76 35 521 144 43
Binary 10110101 0 1000101 0 1100100 111110 11101 101010001 1100100 100011

Color Harmonies of #B50045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50045

Black with #B50045

Text Example


Text Example

White with #B50045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50045; }

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

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

background-color css

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

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

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

border-color css

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

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

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