Html Css Color HEX #B80044 Jazzberry Jam

📋 copy color: '#B80044'

red 184 ◦ green 0 ◦ blue 68

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

Shades of Jazzberry Jam #B80044

Tints of Jazzberry Jam #B80044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 68 (26.95% from 255) = 26.98%

R = 73.02%
G = 0%
B = 26.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B80044 (or 0xB80044) is known color: Jazzberry Jam. HEX triplet: B8, 00 and 44. RGB value is (184,0,68). Sum of RGB (Red+Green+Blue) = 184+0+68=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B80044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80044 is #47FFBB. Grayscale: #3E3E3E. Windows color (decimal): -4718524 or 4456632. OLE color: 4456632.

HSL color Cylindrical-coordinate representation of color #B80044: hue angle of 337.83º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80044 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 0 68 -
CMYK 0 1 0.63 0.28
HSL 337.83º 1% 0.36% -
HSV(B) 337.83º 1% 0.72% -
XYZ 20.81 10.61 6.42 -
YUV 62.77 130.96 214.47 -
System Red Green Blue C M Y K H S L
Decimal 184 0 68 0 1 0.63 0.28 337.83 1 0.36
Hex B8 0 44 0 64 3F 1C 152 64 24
Octal 270 0 104 0 144 77 34 522 144 44
Binary 10111000 0 1000100 0 1100100 111111 11100 101010010 1100100 100100

Color Harmonies of #B80044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80044

Black with #B80044

Text Example


Text Example

White with #B80044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80044; }

 p { color: rgb(184,0,68); }

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

background-color css

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

 a { background-color: rgb(184,0,68); }

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

border-color css

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

 span { border-color: rgb(184,0,68); }

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