Html Css Color HEX #B81251 Jazzberry Jam

📋 copy color: '#B81251'

red 184 ◦ green 18 ◦ blue 81

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

Shades of Jazzberry Jam #B81251

Tints of Jazzberry Jam #B81251

RGB

 RED value IS 184 (72.27% from 255) = 65.02%

 GREEN value IS 18 (7.42% from 255) = 6.36%

 BLUE value IS 81 (32.03% from 255) = 28.62%

R = 65.02%
G = 6.36%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B81251 (or 0xB81251) is known color: Jazzberry Jam. HEX triplet: B8, 12 and 51. RGB value is (184,18,81). Sum of RGB (Red+Green+Blue) = 184+18+81=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B81251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81251 is #47EDAE. Grayscale: #4A4A4A. Windows color (decimal): -4713903 or 5313208. OLE color: 5313208.

HSL color Cylindrical-coordinate representation of color #B81251: hue angle of 337.23º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81251 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 18 81 -
CMYK 0 0.90 0.56 0.28
HSL 337.23º 0.82% 0.4% -
HSV(B) 337.23º 0.9% 0.72% -
XYZ 21.47 11.22 8.82 -
YUV 74.82 131.5 205.88 -
System Red Green Blue C M Y K H S L
Decimal 184 18 81 0 0.90 0.56 0.28 337.23 0.82 0.4
Hex B8 12 51 0 5A 38 1C 151 52 28
Octal 270 22 121 0 132 70 34 521 122 50
Binary 10111000 10010 1010001 0 1011010 111000 11100 101010001 1010010 101000

Color Harmonies of #B81251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81251

Black with #B81251

Text Example


Text Example

White with #B81251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81251; }

 p { color: rgb(184,18,81); }

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

background-color css

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

 a { background-color: rgb(184,18,81); }

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

border-color css

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

 span { border-color: rgb(184,18,81); }

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