Html Css Color HEX #B50953 Jazzberry Jam

📋 copy color: '#B50953'

red 181 ◦ green 9 ◦ blue 83

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

Shades of Jazzberry Jam #B50953

Tints of Jazzberry Jam #B50953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.4%

R = 66.3%
G = 3.3%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B50953 (or 0xB50953) is known color: Jazzberry Jam. HEX triplet: B5, 09 and 53. RGB value is (181,9,83). Sum of RGB (Red+Green+Blue) = 181+9+83=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B50953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50953 is #4AF6AC. Grayscale: #444444. Windows color (decimal): -4912813 or 5441973. OLE color: 5441973.

HSL color Cylindrical-coordinate representation of color #B50953: hue angle of 334.19º degrees, saturation: 0.91, 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 #B50953 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 9 83 -
CMYK 0 0.95 0.54 0.29
HSL 334.19º 0.91% 0.37% -
HSV(B) 334.19º 0.95% 0.71% -
XYZ 20.72 10.64 9.15 -
YUV 68.86 135.98 207.98 -
System Red Green Blue C M Y K H S L
Decimal 181 9 83 0 0.95 0.54 0.29 334.19 0.91 0.37
Hex B5 9 53 0 5F 36 1D 14E 5B 25
Octal 265 11 123 0 137 66 35 516 133 45
Binary 10110101 1001 1010011 0 1011111 110110 11101 101001110 1011011 100101

Color Harmonies of #B50953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50953

Black with #B50953

Text Example


Text Example

White with #B50953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50953; }

 p { color: rgb(181,9,83); }

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

background-color css

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

 a { background-color: rgb(181,9,83); }

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

border-color css

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

 span { border-color: rgb(181,9,83); }

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