Html Css Color HEX #B41262 Jazzberry Jam

📋 copy color: '#B41262'

red 180 ◦ green 18 ◦ blue 98

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

Shades of Jazzberry Jam #B41262

Tints of Jazzberry Jam #B41262

RGB

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

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

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

R = 60.81%
G = 6.08%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B41262 (or 0xB41262) is known color: Jazzberry Jam. HEX triplet: B4, 12 and 62. RGB value is (180,18,98). Sum of RGB (Red+Green+Blue) = 180+18+98=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B41262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41262 is #4BED9D. Grayscale: #4B4B4B. Windows color (decimal): -4976030 or 6427316. OLE color: 6427316.

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

Color convert

RGB 180 18 98 -
CMYK 0 0.9 0.46 0.29
HSL 330.37º 0.82% 0.39% -
HSV(B) 330.37º 0.9% 0.71% -
XYZ 21.24 11.02 12.56 -
YUV 75.56 140.67 202.5 -
System Red Green Blue C M Y K H S L
Decimal 180 18 98 0 0.9 0.46 0.29 330.37 0.82 0.39
Hex B4 12 62 0 5A 2E 1D 14A 52 27
Octal 264 22 142 0 132 56 35 512 122 47
Binary 10110100 10010 1100010 0 1011010 101110 11101 101001010 1010010 100111

Color Harmonies of #B41262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41262

Black with #B41262

Text Example


Text Example

White with #B41262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41262; }

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

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

background-color css

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

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

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

border-color css

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

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

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