Html Css Color HEX #B71F64 Jazzberry Jam

📋 copy color: '#B71F64'

red 183 ◦ green 31 ◦ blue 100

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

Shades of Jazzberry Jam #B71F64

Tints of Jazzberry Jam #B71F64

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.87%

 BLUE value IS 100 (39.45% from 255) = 31.85%

R = 58.28%
G = 9.87%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B71F64 (or 0xB71F64) is known color: Jazzberry Jam. HEX triplet: B7, 1F and 64. RGB value is (183,31,100). Sum of RGB (Red+Green+Blue) = 183+31+100=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71F64 is #48E09B. Grayscale: #545454. Windows color (decimal): -4776092 or 6561719. OLE color: 6561719.

HSL color Cylindrical-coordinate representation of color #B71F64: hue angle of 332.76º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B71F64 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 31 100 -
CMYK 0 0.83 0.45 0.28
HSL 332.76º 0.71% 0.42% -
HSV(B) 332.76º 0.83% 0.72% -
XYZ 22.32 11.97 13.19 -
YUV 84.31 136.86 198.39 -
System Red Green Blue C M Y K H S L
Decimal 183 31 100 0 0.83 0.45 0.28 332.76 0.71 0.42
Hex B7 1F 64 0 53 2D 1C 14D 47 2A
Octal 267 37 144 0 123 55 34 515 107 52
Binary 10110111 11111 1100100 0 1010011 101101 11100 101001101 1000111 101010

Color Harmonies of #B71F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71F64

Black with #B71F64

Text Example


Text Example

White with #B71F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71F64; }

 p { color: rgb(183,31,100); }

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

background-color css

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

 a { background-color: rgb(183,31,100); }

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

border-color css

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

 span { border-color: rgb(183,31,100); }

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