Html Css Color HEX #B51153 Jazzberry Jam

📋 copy color: '#B51153'

red 181 ◦ green 17 ◦ blue 83

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

Shades of Jazzberry Jam #B51153

Tints of Jazzberry Jam #B51153

RGB

 RED value IS 181 (71.09% from 255) = 64.41%

 GREEN value IS 17 (7.03% from 255) = 6.05%

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

R = 64.41%
G = 6.05%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B51153 (or 0xB51153) is known color: Jazzberry Jam. HEX triplet: B5, 11 and 53. RGB value is (181,17,83). Sum of RGB (Red+Green+Blue) = 181+17+83=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B51153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51153 is #4AEEAC. Grayscale: #494949. Windows color (decimal): -4910765 or 5444021. OLE color: 5444021.

HSL color Cylindrical-coordinate representation of color #B51153: hue angle of 335.85º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B51153 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 17 83 -
CMYK 0 0.91 0.54 0.29
HSL 335.85º 0.83% 0.39% -
HSV(B) 335.85º 0.91% 0.71% -
XYZ 20.82 10.85 9.18 -
YUV 73.56 133.33 204.63 -
System Red Green Blue C M Y K H S L
Decimal 181 17 83 0 0.91 0.54 0.29 335.85 0.83 0.39
Hex B5 11 53 0 5B 36 1D 150 53 27
Octal 265 21 123 0 133 66 35 520 123 47
Binary 10110101 10001 1010011 0 1011011 110110 11101 101010000 1010011 100111

Color Harmonies of #B51153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51153

Black with #B51153

Text Example


Text Example

White with #B51153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51153; }

 p { color: rgb(181,17,83); }

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

background-color css

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

 a { background-color: rgb(181,17,83); }

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

border-color css

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

 span { border-color: rgb(181,17,83); }

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