Html Css Color HEX #B41E5E Jazzberry Jam

📋 copy color: '#B41E5E'

red 180 ◦ green 30 ◦ blue 94

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

Shades of Jazzberry Jam #B41E5E

Tints of Jazzberry Jam #B41E5E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.87%

 BLUE value IS 94 (37.11% from 255) = 30.92%

R = 59.21%
G = 9.87%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B41E5E (or 0xB41E5E) is known color: Jazzberry Jam. HEX triplet: B4, 1E and 5E. RGB value is (180,30,94). Sum of RGB (Red+Green+Blue) = 180+30+94=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41E5E is #4BE1A1. Grayscale: #525252. Windows color (decimal): -4972962 or 6168244. OLE color: 6168244.

HSL color Cylindrical-coordinate representation of color #B41E5E: hue angle of 334.4º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B41E5E is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 30 94 -
CMYK 0 0.83 0.48 0.29
HSL 334.4º 0.71% 0.41% -
HSV(B) 334.4º 0.83% 0.71% -
XYZ 21.31 11.44 11.67 -
YUV 82.15 134.7 197.8 -
System Red Green Blue C M Y K H S L
Decimal 180 30 94 0 0.83 0.48 0.29 334.4 0.71 0.41
Hex B4 1E 5E 0 53 30 1D 14E 47 29
Octal 264 36 136 0 123 60 35 516 107 51
Binary 10110100 11110 1011110 0 1010011 110000 11101 101001110 1000111 101001

Color Harmonies of #B41E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41E5E

Black with #B41E5E

Text Example


Text Example

White with #B41E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41E5E; }

 p { color: rgb(180,30,94); }

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

background-color css

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

 a { background-color: rgb(180,30,94); }

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

border-color css

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

 span { border-color: rgb(180,30,94); }

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