Html Css Color HEX #B41C62 Jazzberry Jam

📋 copy color: '#B41C62'

red 180 ◦ green 28 ◦ blue 98

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

Shades of Jazzberry Jam #B41C62

Tints of Jazzberry Jam #B41C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.03%

R = 58.82%
G = 9.15%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B41C62 (or 0xB41C62) is known color: Jazzberry Jam. HEX triplet: B4, 1C and 62. RGB value is (180,28,98). Sum of RGB (Red+Green+Blue) = 180+28+98=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41C62 is #4BE39D. Grayscale: #515151. Windows color (decimal): -4973470 or 6429876. OLE color: 6429876.

HSL color Cylindrical-coordinate representation of color #B41C62: hue angle of 332.37º 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 #B41C62 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 28 98 -
CMYK 0 0.84 0.46 0.29
HSL 332.37º 0.73% 0.41% -
HSV(B) 332.37º 0.84% 0.71% -
XYZ 21.44 11.42 12.63 -
YUV 81.43 137.36 198.31 -
System Red Green Blue C M Y K H S L
Decimal 180 28 98 0 0.84 0.46 0.29 332.37 0.73 0.41
Hex B4 1C 62 0 54 2E 1D 14C 49 29
Octal 264 34 142 0 124 56 35 514 111 51
Binary 10110100 11100 1100010 0 1010100 101110 11101 101001100 1001001 101001

Color Harmonies of #B41C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C62

Black with #B41C62

Text Example


Text Example

White with #B41C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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