Html Css Color HEX #B10745 Jazzberry Jam

📋 copy color: '#B10745'

red 177 ◦ green 7 ◦ blue 69

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

Shades of Jazzberry Jam #B10745

Tints of Jazzberry Jam #B10745

RGB

 RED value IS 177 (69.53% from 255) = 69.96%

 GREEN value IS 7 (3.13% from 255) = 2.77%

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

R = 69.96%
G = 2.77%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B10745 (or 0xB10745) is known color: Jazzberry Jam. HEX triplet: B1, 07 and 45. RGB value is (177,7,69). Sum of RGB (Red+Green+Blue) = 177+7+69=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B10745 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10745 is #4EF8BA. Grayscale: #404040. Windows color (decimal): -5175483 or 4523953. OLE color: 4523953.

HSL color Cylindrical-coordinate representation of color #B10745: hue angle of 338.12º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B10745 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 7 69 -
CMYK 0 0.96 0.61 0.31
HSL 338.12º 0.92% 0.36% -
HSV(B) 338.12º 0.96% 0.69% -
XYZ 19.28 9.93 6.53 -
YUV 64.9 130.32 207.96 -
System Red Green Blue C M Y K H S L
Decimal 177 7 69 0 0.96 0.61 0.31 338.12 0.92 0.36
Hex B1 7 45 0 60 3D 1F 152 5C 24
Octal 261 7 105 0 140 75 37 522 134 44
Binary 10110001 111 1000101 0 1100000 111101 11111 101010010 1011100 100100

Color Harmonies of #B10745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10745

Black with #B10745

Text Example


Text Example

White with #B10745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10745; }

 p { color: rgb(177,7,69); }

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

background-color css

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

 a { background-color: rgb(177,7,69); }

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

border-color css

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

 span { border-color: rgb(177,7,69); }

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