Html Css Color HEX #B10844 Jazzberry Jam

📋 copy color: '#B10844'

red 177 ◦ green 8 ◦ blue 68

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

Shades of Jazzberry Jam #B10844

Tints of Jazzberry Jam #B10844

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.16%

 BLUE value IS 68 (26.95% from 255) = 26.88%

R = 69.96%
G = 3.16%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B10844 (or 0xB10844) is known color: Jazzberry Jam. HEX triplet: B1, 08 and 44. RGB value is (177,8,68). Sum of RGB (Red+Green+Blue) = 177+8+68=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B10844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10844 is #4EF7BB. Grayscale: #414141. Windows color (decimal): -5175228 or 4458673. OLE color: 4458673.

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

Color convert

RGB 177 8 68 -
CMYK 0 0.95 0.62 0.31
HSL 338.7º 0.91% 0.36% -
HSV(B) 338.7º 0.95% 0.69% -
XYZ 19.26 9.94 6.37 -
YUV 65.37 129.49 207.62 -
System Red Green Blue C M Y K H S L
Decimal 177 8 68 0 0.95 0.62 0.31 338.7 0.91 0.36
Hex B1 8 44 0 5F 3E 1F 153 5B 24
Octal 261 10 104 0 137 76 37 523 133 44
Binary 10110001 1000 1000100 0 1011111 111110 11111 101010011 1011011 100100

Color Harmonies of #B10844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10844

Black with #B10844

Text Example


Text Example

White with #B10844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10844; }

 p { color: rgb(177,8,68); }

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

background-color css

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

 a { background-color: rgb(177,8,68); }

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

border-color css

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

 span { border-color: rgb(177,8,68); }

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