Html Css Color HEX #B7325D Rouge

📋 copy color: '#B7325D'

red 183 ◦ green 50 ◦ blue 93

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

Shades of Rouge #B7325D

Tints of Rouge #B7325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.34%

 BLUE value IS 93 (36.72% from 255) = 28.53%

R = 56.13%
G = 15.34%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7325D (or 0xB7325D) is known color: Rouge. HEX triplet: B7, 32 and 5D. RGB value is (183,50,93). Sum of RGB (Red+Green+Blue) = 183+50+93=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7325D is #48CDA2. Grayscale: #5E5E5E. Windows color (decimal): -4771235 or 6107831. OLE color: 6107831.

HSL color Cylindrical-coordinate representation of color #B7325D: hue angle of 340.6º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7325D is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 50 93 -
CMYK 0 0.73 0.49 0.28
HSL 340.6º 0.57% 0.46% -
HSV(B) 340.6º 0.73% 0.72% -
XYZ 22.64 13.14 11.7 -
YUV 94.67 127.06 191 -
System Red Green Blue C M Y K H S L
Decimal 183 50 93 0 0.73 0.49 0.28 340.6 0.57 0.46
Hex B7 32 5D 0 49 31 1C 155 39 2E
Octal 267 62 135 0 111 61 34 525 71 56
Binary 10110111 110010 1011101 0 1001001 110001 11100 101010101 111001 101110

Color Harmonies of #B7325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7325D

Black with #B7325D

Text Example


Text Example

White with #B7325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7325D; }

 p { color: rgb(183,50,93); }

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

background-color css

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

 a { background-color: rgb(183,50,93); }

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

border-color css

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

 span { border-color: rgb(183,50,93); }

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