#B7336D

Color #B7336D Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #B7336D

Tints of Rouge #B7336D

Color information

#B7336D (or 0xB7336D) is unknown color: approx Rouge. HEX triplet: B7, 33 and 6D. RGB value is (183,51,109). Sum of RGB (Red+Green+Blue) = 183+51+109=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B7336D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7336D is #48CC92. Grayscale: #606060. Windows color (decimal): -4770963 or 7156663. OLE color: 7156663.

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

Color convert

RGB18351109-
CMYK00.720.400.28
HSL333.64º56.41%45.88%-
HSV(B)333.64º72.13%71.76%-
XYZ23.4713.5415.84-
YUV97.08134.73189.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.35%
GREEN value IS 51 (20.31% from 255) = 14.87%
BLUE value IS 109 (42.97% from 255) = 31.78%
R=53.35%
G=14.87%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835110900.720.400.28333.6456.4145.88
HexB7336D048281C14e382e
Octal26763155011050345167056
Binary1011011111001111011010100100010100011100101001110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7336D; }

 p { color: rgb(183,51,109); }

 H1.HeaderClassName
 {
   color: #B7336D;
 }
 .AnyTagClassName
 {
   color: #B7336D;
 }
</style>
background-color css

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

 a { background-color: rgb(183,51,109); }

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

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

 span { border-color: rgb(183,51,109); }

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