Html Css Color HEX #B40953 Jazzberry Jam

📋 copy color: '#B40953'

red 180 ◦ green 9 ◦ blue 83

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

Shades of Jazzberry Jam #B40953

Tints of Jazzberry Jam #B40953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.31%

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

R = 66.18%
G = 3.31%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B40953 (or 0xB40953) is known color: Jazzberry Jam. HEX triplet: B4, 09 and 53. RGB value is (180,9,83). Sum of RGB (Red+Green+Blue) = 180+9+83=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B40953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40953 is #4BF6AC. Grayscale: #444444. Windows color (decimal): -4978349 or 5441972. OLE color: 5441972.

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

Color convert

RGB 180 9 83 -
CMYK 0 0.95 0.54 0.29
HSL 334.04º 0.9% 0.37% -
HSV(B) 334.04º 0.95% 0.71% -
XYZ 20.48 10.52 9.14 -
YUV 68.57 136.15 207.48 -
System Red Green Blue C M Y K H S L
Decimal 180 9 83 0 0.95 0.54 0.29 334.04 0.9 0.37
Hex B4 9 53 0 5F 36 1D 14E 5A 25
Octal 264 11 123 0 137 66 35 516 132 45
Binary 10110100 1001 1010011 0 1011111 110110 11101 101001110 1011010 100101

Color Harmonies of #B40953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40953

Black with #B40953

Text Example


Text Example

White with #B40953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40953; }

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

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

background-color css

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

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

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

border-color css

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

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

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