Html Css Color HEX #B5134D Jazzberry Jam

📋 copy color: '#B5134D'

red 181 ◦ green 19 ◦ blue 77

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

Shades of Jazzberry Jam #B5134D

Tints of Jazzberry Jam #B5134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.86%

 BLUE value IS 77 (30.47% from 255) = 27.8%

R = 65.34%
G = 6.86%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5134D (or 0xB5134D) is known color: Jazzberry Jam. HEX triplet: B5, 13 and 4D. RGB value is (181,19,77). Sum of RGB (Red+Green+Blue) = 181+19+77=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B5134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5134D is #4AECB2. Grayscale: #494949. Windows color (decimal): -4910259 or 5051317. OLE color: 5051317.

HSL color Cylindrical-coordinate representation of color #B5134D: hue angle of 338.52º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5134D is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 19 77 -
CMYK 0 0.90 0.57 0.29
HSL 338.52º 0.81% 0.39% -
HSV(B) 338.52º 0.9% 0.71% -
XYZ 20.63 10.83 8.02 -
YUV 74.05 129.67 204.28 -
System Red Green Blue C M Y K H S L
Decimal 181 19 77 0 0.90 0.57 0.29 338.52 0.81 0.39
Hex B5 13 4D 0 5A 39 1D 153 51 27
Octal 265 23 115 0 132 71 35 523 121 47
Binary 10110101 10011 1001101 0 1011010 111001 11101 101010011 1010001 100111

Color Harmonies of #B5134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5134D

Black with #B5134D

Text Example


Text Example

White with #B5134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5134D; }

 p { color: rgb(181,19,77); }

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

background-color css

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

 a { background-color: rgb(181,19,77); }

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

border-color css

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

 span { border-color: rgb(181,19,77); }

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