Html Css Color HEX #B41153 Jazzberry Jam

📋 copy color: '#B41153'

red 180 ◦ green 17 ◦ blue 83

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

Shades of Jazzberry Jam #B41153

Tints of Jazzberry Jam #B41153

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.07%

 BLUE value IS 83 (32.81% from 255) = 29.64%

R = 64.29%
G = 6.07%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B41153 (or 0xB41153) is known color: Jazzberry Jam. HEX triplet: B4, 11 and 53. RGB value is (180,17,83). Sum of RGB (Red+Green+Blue) = 180+17+83=280 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.29% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 180 - color contains mainly: red. Hex color #B41153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41153 is #4BEEAC. Grayscale: #494949. Windows color (decimal): -4976301 or 5444020. OLE color: 5444020.

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

Color convert

RGB 180 17 83 -
CMYK 0 0.91 0.54 0.29
HSL 335.71º 0.83% 0.39% -
HSV(B) 335.71º 0.91% 0.71% -
XYZ 20.58 10.73 9.17 -
YUV 73.26 133.5 204.13 -
System Red Green Blue C M Y K H S L
Decimal 180 17 83 0 0.91 0.54 0.29 335.71 0.83 0.39
Hex B4 11 53 0 5B 36 1D 150 53 27
Octal 264 21 123 0 133 66 35 520 123 47
Binary 10110100 10001 1010011 0 1011011 110110 11101 101010000 1010011 100111

Color Harmonies of #B41153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41153

Black with #B41153

Text Example


Text Example

White with #B41153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41153; }

 p { color: rgb(180,17,83); }

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

background-color css

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

 a { background-color: rgb(180,17,83); }

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

border-color css

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

 span { border-color: rgb(180,17,83); }

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