Html Css Color HEX #B70053 Jazzberry Jam

📋 copy color: '#B70053'

red 183 ◦ green 0 ◦ blue 83

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

Shades of Jazzberry Jam #B70053

Tints of Jazzberry Jam #B70053

RGB

 RED value IS 183 (71.88% from 255) = 68.8%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.8%
G = 0%
B = 31.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B70053 (or 0xB70053) is known color: Jazzberry Jam. HEX triplet: B7, 00 and 53. RGB value is (183,0,83). Sum of RGB (Red+Green+Blue) = 183+0+83=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B70053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70053 is #48FFAC. Grayscale: #404040. Windows color (decimal): -4784045 or 5439671. OLE color: 5439671.

HSL color Cylindrical-coordinate representation of color #B70053: hue angle of 332.79º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70053 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 0 83 -
CMYK 0 1 0.55 0.28
HSL 332.79º 1% 0.36% -
HSV(B) 332.79º 1% 0.72% -
XYZ 21.09 10.69 9.14 -
YUV 64.18 138.63 212.75 -
System Red Green Blue C M Y K H S L
Decimal 183 0 83 0 1 0.55 0.28 332.79 1 0.36
Hex B7 0 53 0 64 37 1C 14D 64 24
Octal 267 0 123 0 144 67 34 515 144 44
Binary 10110111 0 1010011 0 1100100 110111 11100 101001101 1100100 100100

Color Harmonies of #B70053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70053

Black with #B70053

Text Example


Text Example

White with #B70053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70053; }

 p { color: rgb(183,0,83); }

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

background-color css

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

 a { background-color: rgb(183,0,83); }

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

border-color css

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

 span { border-color: rgb(183,0,83); }

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