Html Css Color HEX #B71C5D Jazzberry Jam

📋 copy color: '#B71C5D'

red 183 ◦ green 28 ◦ blue 93

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

Shades of Jazzberry Jam #B71C5D

Tints of Jazzberry Jam #B71C5D

RGB

 RED value IS 183 (71.88% from 255) = 60.2%

 GREEN value IS 28 (11.33% from 255) = 9.21%

 BLUE value IS 93 (36.72% from 255) = 30.59%

R = 60.2%
G = 9.21%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B71C5D (or 0xB71C5D) is known color: Jazzberry Jam. HEX triplet: B7, 1C and 5D. RGB value is (183,28,93). Sum of RGB (Red+Green+Blue) = 183+28+93=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71C5D is #48E3A2. Grayscale: #515151. Windows color (decimal): -4776867 or 6102199. OLE color: 6102199.

HSL color Cylindrical-coordinate representation of color #B71C5D: hue angle of 334.84º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71C5D is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 28 93 -
CMYK 0 0.85 0.49 0.28
HSL 334.84º 0.73% 0.41% -
HSV(B) 334.84º 0.85% 0.72% -
XYZ 21.92 11.69 11.46 -
YUV 81.76 134.35 200.21 -
System Red Green Blue C M Y K H S L
Decimal 183 28 93 0 0.85 0.49 0.28 334.84 0.73 0.41
Hex B7 1C 5D 0 55 31 1C 14F 49 29
Octal 267 34 135 0 125 61 34 517 111 51
Binary 10110111 11100 1011101 0 1010101 110001 11100 101001111 1001001 101001

Color Harmonies of #B71C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C5D

Black with #B71C5D

Text Example


Text Example

White with #B71C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C5D; }

 p { color: rgb(183,28,93); }

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

background-color css

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

 a { background-color: rgb(183,28,93); }

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

border-color css

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

 span { border-color: rgb(183,28,93); }

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