Html Css Color HEX #B40450 Jazzberry Jam

📋 copy color: '#B40450'

red 180 ◦ green 4 ◦ blue 80

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

Shades of Jazzberry Jam #B40450

Tints of Jazzberry Jam #B40450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

 BLUE value IS 80 (31.64% from 255) = 30.3%

R = 68.18%
G = 1.52%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B40450 (or 0xB40450) is known color: Jazzberry Jam. HEX triplet: B4, 04 and 50. RGB value is (180,4,80). Sum of RGB (Red+Green+Blue) = 180+4+80=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B40450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40450 is #4BFBAF. Grayscale: #414141. Windows color (decimal): -4979632 or 5244084. OLE color: 5244084.

HSL color Cylindrical-coordinate representation of color #B40450: hue angle of 334.09º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40450 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 4 80 -
CMYK 0 0.98 0.56 0.29
HSL 334.09º 0.96% 0.36% -
HSV(B) 334.09º 0.98% 0.71% -
XYZ 20.31 10.37 8.52 -
YUV 65.29 136.31 209.82 -
System Red Green Blue C M Y K H S L
Decimal 180 4 80 0 0.98 0.56 0.29 334.09 0.96 0.36
Hex B4 4 50 0 62 38 1D 14E 60 24
Octal 264 4 120 0 142 70 35 516 140 44
Binary 10110100 100 1010000 0 1100010 111000 11101 101001110 1100000 100100

Color Harmonies of #B40450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40450

Black with #B40450

Text Example


Text Example

White with #B40450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40450; }

 p { color: rgb(180,4,80); }

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

background-color css

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

 a { background-color: rgb(180,4,80); }

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

border-color css

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

 span { border-color: rgb(180,4,80); }

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