Html Css Color HEX #B41255 Jazzberry Jam

📋 copy color: '#B41255'

red 180 ◦ green 18 ◦ blue 85

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

Shades of Jazzberry Jam #B41255

Tints of Jazzberry Jam #B41255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.36%

 BLUE value IS 85 (33.59% from 255) = 30.04%

R = 63.6%
G = 6.36%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B41255 (or 0xB41255) is known color: Jazzberry Jam. HEX triplet: B4, 12 and 55. RGB value is (180,18,85). Sum of RGB (Red+Green+Blue) = 180+18+85=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B41255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41255 is #4BEDAA. Grayscale: #494949. Windows color (decimal): -4976043 or 5575348. OLE color: 5575348.

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

Color convert

RGB 180 18 85 -
CMYK 0 0.9 0.53 0.29
HSL 335.19º 0.82% 0.39% -
HSV(B) 335.19º 0.9% 0.71% -
XYZ 20.68 10.79 9.59 -
YUV 74.08 134.17 203.55 -
System Red Green Blue C M Y K H S L
Decimal 180 18 85 0 0.9 0.53 0.29 335.19 0.82 0.39
Hex B4 12 55 0 5A 35 1D 14F 52 27
Octal 264 22 125 0 132 65 35 517 122 47
Binary 10110100 10010 1010101 0 1011010 110101 11101 101001111 1010010 100111

Color Harmonies of #B41255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41255

Black with #B41255

Text Example


Text Example

White with #B41255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41255; }

 p { color: rgb(180,18,85); }

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

background-color css

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

 a { background-color: rgb(180,18,85); }

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

border-color css

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

 span { border-color: rgb(180,18,85); }

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