Html Css Color HEX #B1225D Jazzberry Jam

📋 copy color: '#B1225D'

red 177 ◦ green 34 ◦ blue 93

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

Shades of Jazzberry Jam #B1225D

Tints of Jazzberry Jam #B1225D

RGB

 RED value IS 177 (69.53% from 255) = 58.22%

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

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

R = 58.22%
G = 11.18%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1225D (or 0xB1225D) is known color: Jazzberry Jam. HEX triplet: B1, 22 and 5D. RGB value is (177,34,93). Sum of RGB (Red+Green+Blue) = 177+34+93=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B1225D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1225D is #4EDDA2. Grayscale: #535353. Windows color (decimal): -5168547 or 6103729. OLE color: 6103729.

HSL color Cylindrical-coordinate representation of color #B1225D: hue angle of 335.24º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1225D is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 34 93 -
CMYK 0 0.81 0.47 0.31
HSL 335.24º 0.68% 0.41% -
HSV(B) 335.24º 0.81% 0.69% -
XYZ 20.68 11.28 11.44 -
YUV 83.48 133.38 194.7 -
System Red Green Blue C M Y K H S L
Decimal 177 34 93 0 0.81 0.47 0.31 335.24 0.68 0.41
Hex B1 22 5D 0 51 2F 1F 14F 44 29
Octal 261 42 135 0 121 57 37 517 104 51
Binary 10110001 100010 1011101 0 1010001 101111 11111 101001111 1000100 101001

Color Harmonies of #B1225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1225D

Black with #B1225D

Text Example


Text Example

White with #B1225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1225D; }

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

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

background-color css

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

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

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

border-color css

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

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

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