Html Css Color HEX #B41754 Jazzberry Jam

📋 copy color: '#B41754'

red 180 ◦ green 23 ◦ blue 84

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

Shades of Jazzberry Jam #B41754

Tints of Jazzberry Jam #B41754

RGB

 RED value IS 180 (70.7% from 255) = 62.72%

 GREEN value IS 23 (9.38% from 255) = 8.01%

 BLUE value IS 84 (33.2% from 255) = 29.27%

R = 62.72%
G = 8.01%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B41754 (or 0xB41754) is known color: Jazzberry Jam. HEX triplet: B4, 17 and 54. RGB value is (180,23,84). Sum of RGB (Red+Green+Blue) = 180+23+84=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B41754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41754 is #4BE8AB. Grayscale: #4C4C4C. Windows color (decimal): -4974764 or 5511092. OLE color: 5511092.

HSL color Cylindrical-coordinate representation of color #B41754: hue angle of 336.69º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41754 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 23 84 -
CMYK 0 0.87 0.53 0.29
HSL 336.69º 0.77% 0.4% -
HSV(B) 336.69º 0.87% 0.71% -
XYZ 20.73 10.96 9.41 -
YUV 76.9 132.01 201.54 -
System Red Green Blue C M Y K H S L
Decimal 180 23 84 0 0.87 0.53 0.29 336.69 0.77 0.4
Hex B4 17 54 0 57 35 1D 151 4D 28
Octal 264 27 124 0 127 65 35 521 115 50
Binary 10110100 10111 1010100 0 1010111 110101 11101 101010001 1001101 101000

Color Harmonies of #B41754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41754

Black with #B41754

Text Example


Text Example

White with #B41754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41754; }

 p { color: rgb(180,23,84); }

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

background-color css

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

 a { background-color: rgb(180,23,84); }

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

border-color css

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

 span { border-color: rgb(180,23,84); }

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