Html Css Color HEX #B70245 Jazzberry Jam

📋 copy color: '#B70245'

red 183 ◦ green 2 ◦ blue 69

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

Shades of Jazzberry Jam #B70245

Tints of Jazzberry Jam #B70245

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 69 (27.34% from 255) = 27.17%

R = 72.05%
G = 0.79%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B70245 (or 0xB70245) is known color: Jazzberry Jam. HEX triplet: B7, 02 and 45. RGB value is (183,2,69). Sum of RGB (Red+Green+Blue) = 183+2+69=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B70245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70245 is #48FDBA. Grayscale: #3F3F3F. Windows color (decimal): -4783547 or 4522679. OLE color: 4522679.

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

Color convert

RGB 183 2 69 -
CMYK 0 0.99 0.62 0.28
HSL 337.79º 0.98% 0.36% -
HSV(B) 337.79º 0.99% 0.72% -
XYZ 20.62 10.54 6.58 -
YUV 63.76 130.97 213.05 -
System Red Green Blue C M Y K H S L
Decimal 183 2 69 0 0.99 0.62 0.28 337.79 0.98 0.36
Hex B7 2 45 0 63 3E 1C 152 62 24
Octal 267 2 105 0 143 76 34 522 142 44
Binary 10110111 10 1000101 0 1100011 111110 11100 101010010 1100010 100100

Color Harmonies of #B70245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70245

Black with #B70245

Text Example


Text Example

White with #B70245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70245; }

 p { color: rgb(183,2,69); }

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

background-color css

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

 a { background-color: rgb(183,2,69); }

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

border-color css

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

 span { border-color: rgb(183,2,69); }

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