Html Css Color HEX #B31553 Jazzberry Jam

📋 copy color: '#B31553'

red 179 ◦ green 21 ◦ blue 83

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

Shades of Jazzberry Jam #B31553

Tints of Jazzberry Jam #B31553

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.42%

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

R = 63.25%
G = 7.42%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B31553 (or 0xB31553) is known color: Jazzberry Jam. HEX triplet: B3, 15 and 53. RGB value is (179,21,83). Sum of RGB (Red+Green+Blue) = 179+21+83=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B31553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31553 is #4CEAAC. Grayscale: #4B4B4B. Windows color (decimal): -5040813 or 5445043. OLE color: 5445043.

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

Color convert

RGB 179 21 83 -
CMYK 0 0.88 0.54 0.30
HSL 336.46º 0.79% 0.39% -
HSV(B) 336.46º 0.88% 0.7% -
XYZ 20.42 10.74 9.18 -
YUV 75.31 132.35 201.96 -
System Red Green Blue C M Y K H S L
Decimal 179 21 83 0 0.88 0.54 0.30 336.46 0.79 0.39
Hex B3 15 53 0 58 36 1E 150 4F 27
Octal 263 25 123 0 130 66 36 520 117 47
Binary 10110011 10101 1010011 0 1011000 110110 11110 101010000 1001111 100111

Color Harmonies of #B31553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31553

Black with #B31553

Text Example


Text Example

White with #B31553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31553; }

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

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

background-color css

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

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

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

border-color css

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

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

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