Html Css Color HEX #B41C5E Jazzberry Jam

📋 copy color: '#B41C5E'

red 180 ◦ green 28 ◦ blue 94

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

Shades of Jazzberry Jam #B41C5E

Tints of Jazzberry Jam #B41C5E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.27%

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

R = 59.6%
G = 9.27%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B41C5E (or 0xB41C5E) is known color: Jazzberry Jam. HEX triplet: B4, 1C and 5E. RGB value is (180,28,94). Sum of RGB (Red+Green+Blue) = 180+28+94=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41C5E is #4BE3A1. Grayscale: #505050. Windows color (decimal): -4973474 or 6167732. OLE color: 6167732.

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

Color convert

RGB 180 28 94 -
CMYK 0 0.84 0.48 0.29
HSL 333.95º 0.73% 0.41% -
HSV(B) 333.95º 0.84% 0.71% -
XYZ 21.26 11.34 11.66 -
YUV 80.97 135.36 198.63 -
System Red Green Blue C M Y K H S L
Decimal 180 28 94 0 0.84 0.48 0.29 333.95 0.73 0.41
Hex B4 1C 5E 0 54 30 1D 14E 49 29
Octal 264 34 136 0 124 60 35 516 111 51
Binary 10110100 11100 1011110 0 1010100 110000 11101 101001110 1001001 101001

Color Harmonies of #B41C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C5E

Black with #B41C5E

Text Example


Text Example

White with #B41C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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