Html Css Color HEX #B80353 Jazzberry Jam

📋 copy color: '#B80353'

red 184 ◦ green 3 ◦ blue 83

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

Shades of Jazzberry Jam #B80353

Tints of Jazzberry Jam #B80353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 68.15%
G = 1.11%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B80353 (or 0xB80353) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 53. RGB value is (184,3,83). Sum of RGB (Red+Green+Blue) = 184+3+83=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B80353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80353 is #47FCAC. Grayscale: #424242. Windows color (decimal): -4717741 or 5440440. OLE color: 5440440.

HSL color Cylindrical-coordinate representation of color #B80353: hue angle of 333.48º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80353 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 3 83 -
CMYK 0 0.98 0.55 0.28
HSL 333.48º 0.97% 0.37% -
HSV(B) 333.48º 0.98% 0.72% -
XYZ 21.36 10.88 9.16 -
YUV 66.24 137.47 212 -
System Red Green Blue C M Y K H S L
Decimal 184 3 83 0 0.98 0.55 0.28 333.48 0.97 0.37
Hex B8 3 53 0 62 37 1C 14D 61 25
Octal 270 3 123 0 142 67 34 515 141 45
Binary 10111000 11 1010011 0 1100010 110111 11100 101001101 1100001 100101

Color Harmonies of #B80353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80353

Black with #B80353

Text Example


Text Example

White with #B80353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80353; }

 p { color: rgb(184,3,83); }

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

background-color css

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

 a { background-color: rgb(184,3,83); }

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

border-color css

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

 span { border-color: rgb(184,3,83); }

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