Html Css Color HEX #B3225D Jazzberry Jam

📋 copy color: '#B3225D'

red 179 ◦ green 34 ◦ blue 93

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

Shades of Jazzberry Jam #B3225D

Tints of Jazzberry Jam #B3225D

RGB

 RED value IS 179 (70.31% from 255) = 58.5%

 GREEN value IS 34 (13.67% from 255) = 11.11%

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

R = 58.5%
G = 11.11%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B3225D (or 0xB3225D) is known color: Jazzberry Jam. HEX triplet: B3, 22 and 5D. RGB value is (179,34,93). Sum of RGB (Red+Green+Blue) = 179+34+93=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B3225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3225D is #4CDDA2. Grayscale: #535353. Windows color (decimal): -5037475 or 6103731. OLE color: 6103731.

HSL color Cylindrical-coordinate representation of color #B3225D: hue angle of 335.59º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B3225D is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 34 93 -
CMYK 0 0.81 0.48 0.30
HSL 335.59º 0.68% 0.42% -
HSV(B) 335.59º 0.81% 0.7% -
XYZ 21.14 11.52 11.47 -
YUV 84.08 133.04 195.7 -
System Red Green Blue C M Y K H S L
Decimal 179 34 93 0 0.81 0.48 0.30 335.59 0.68 0.42
Hex B3 22 5D 0 51 30 1E 150 44 2A
Octal 263 42 135 0 121 60 36 520 104 52
Binary 10110011 100010 1011101 0 1010001 110000 11110 101010000 1000100 101010

Color Harmonies of #B3225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3225D

Black with #B3225D

Text Example


Text Example

White with #B3225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3225D; }

 p { color: rgb(179,34,93); }

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

background-color css

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

 a { background-color: rgb(179,34,93); }

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

border-color css

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

 span { border-color: rgb(179,34,93); }

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