Html Css Color HEX #B70D4A Jazzberry Jam

📋 copy color: '#B70D4A'

red 183 ◦ green 13 ◦ blue 74

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

Shades of Jazzberry Jam #B70D4A

Tints of Jazzberry Jam #B70D4A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.81%

 BLUE value IS 74 (29.3% from 255) = 27.41%

R = 67.78%
G = 4.81%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B70D4A (or 0xB70D4A) is known color: Jazzberry Jam. HEX triplet: B7, 0D and 4A. RGB value is (183,13,74). Sum of RGB (Red+Green+Blue) = 183+13+74=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B70D4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70D4A is #48F2B5. Grayscale: #464646. Windows color (decimal): -4780726 or 4853175. OLE color: 4853175.

HSL color Cylindrical-coordinate representation of color #B70D4A: hue angle of 338.47º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70D4A is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 13 74 -
CMYK 0 0.93 0.60 0.28
HSL 338.47º 0.87% 0.38% -
HSV(B) 338.47º 0.93% 0.72% -
XYZ 20.91 10.85 7.47 -
YUV 70.78 129.82 208.04 -
System Red Green Blue C M Y K H S L
Decimal 183 13 74 0 0.93 0.60 0.28 338.47 0.87 0.38
Hex B7 D 4A 0 5D 3C 1C 152 57 26
Octal 267 15 112 0 135 74 34 522 127 46
Binary 10110111 1101 1001010 0 1011101 111100 11100 101010010 1010111 100110

Color Harmonies of #B70D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70D4A

Black with #B70D4A

Text Example


Text Example

White with #B70D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70D4A; }

 p { color: rgb(183,13,74); }

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

background-color css

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

 a { background-color: rgb(183,13,74); }

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

border-color css

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

 span { border-color: rgb(183,13,74); }

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