Html Css Color HEX #B31953 Jazzberry Jam

📋 copy color: '#B31953'

red 179 ◦ green 25 ◦ blue 83

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

Shades of Jazzberry Jam #B31953

Tints of Jazzberry Jam #B31953

RGB

 RED value IS 179 (70.31% from 255) = 62.37%

 GREEN value IS 25 (10.16% from 255) = 8.71%

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

R = 62.37%
G = 8.71%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B31953 (or 0xB31953) is known color: Jazzberry Jam. HEX triplet: B3, 19 and 53. RGB value is (179,25,83). Sum of RGB (Red+Green+Blue) = 179+25+83=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B31953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31953 is #4CE6AC. Grayscale: #4D4D4D. Windows color (decimal): -5039789 or 5446067. OLE color: 5446067.

HSL color Cylindrical-coordinate representation of color #B31953: hue angle of 337.4º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31953 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 25 83 -
CMYK 0 0.86 0.54 0.30
HSL 337.4º 0.75% 0.4% -
HSV(B) 337.4º 0.86% 0.7% -
XYZ 20.5 10.9 9.21 -
YUV 77.66 131.02 200.28 -
System Red Green Blue C M Y K H S L
Decimal 179 25 83 0 0.86 0.54 0.30 337.4 0.75 0.4
Hex B3 19 53 0 56 36 1E 151 4B 28
Octal 263 31 123 0 126 66 36 521 113 50
Binary 10110011 11001 1010011 0 1010110 110110 11110 101010001 1001011 101000

Color Harmonies of #B31953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31953

Black with #B31953

Text Example


Text Example

White with #B31953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31953; }

 p { color: rgb(179,25,83); }

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

background-color css

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

 a { background-color: rgb(179,25,83); }

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

border-color css

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

 span { border-color: rgb(179,25,83); }

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