Html Css Color HEX #B40453 Jazzberry Jam

📋 copy color: '#B40453'

red 180 ◦ green 4 ◦ blue 83

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

Shades of Jazzberry Jam #B40453

Tints of Jazzberry Jam #B40453

RGB

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

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

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

R = 67.42%
G = 1.5%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B40453 (or 0xB40453) is known color: Jazzberry Jam. HEX triplet: B4, 04 and 53. RGB value is (180,4,83). Sum of RGB (Red+Green+Blue) = 180+4+83=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B40453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40453 is #4BFBAC. Grayscale: #414141. Windows color (decimal): -4979629 or 5440692. OLE color: 5440692.

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

Color convert

RGB 180 4 83 -
CMYK 0 0.98 0.54 0.29
HSL 333.07º 0.96% 0.36% -
HSV(B) 333.07º 0.98% 0.71% -
XYZ 20.43 10.41 9.12 -
YUV 65.63 137.81 209.58 -
System Red Green Blue C M Y K H S L
Decimal 180 4 83 0 0.98 0.54 0.29 333.07 0.96 0.36
Hex B4 4 53 0 62 36 1D 14D 60 24
Octal 264 4 123 0 142 66 35 515 140 44
Binary 10110100 100 1010011 0 1100010 110110 11101 101001101 1100000 100100

Color Harmonies of #B40453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40453

Black with #B40453

Text Example


Text Example

White with #B40453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40453; }

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

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

background-color css

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

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

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

border-color css

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

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

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