#B72763

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

Shades of Rouge #B72763

Tints of Rouge #B72763

Color information

#B72763 (or 0xB72763) is unknown color: approx Rouge. HEX triplet: B7, 27 and 63. RGB value is (183,39,99). Sum of RGB (Red+Green+Blue) = 183+39+99=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B72763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72763 is #48D89C. Grayscale: #585858. Windows color (decimal): -4774045 or 6498231. OLE color: 6498231.

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

Color convert

RGB1833999-
CMYK00.790.460.28
HSL335º64.86%43.53%-
HSV(B)335º78.69%71.76%-
XYZ22.5112.4213.02-
YUV88.9133.71195.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.01%
GREEN value IS 39 (15.62% from 255) = 12.15%
BLUE value IS 99 (39.06% from 255) = 30.84%
R=57.01%
G=12.15%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183399900.790.460.2833564.8643.53
HexB7276304F2E1C14f412c
Octal267471430117563451710154
Binary10110111100111110001101001111101110111001010011111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72763; }

 p { color: rgb(183,39,99); }

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

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

 a { background-color: rgb(183,39,99); }

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

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

 span { border-color: rgb(183,39,99); }

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