#B72767

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

Shades of Rouge #B72767

Tints of Rouge #B72767

Color information

#B72767 (or 0xB72767) is unknown color: approx Rouge. HEX triplet: B7, 27 and 67. RGB value is (183,39,103). Sum of RGB (Red+Green+Blue) = 183+39+103=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B72767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72767 is #48D898. Grayscale: #595959. Windows color (decimal): -4774041 or 6760375. OLE color: 6760375.

HSL color Cylindrical-coordinate representation of color #B72767: hue angle of 333.33º 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 #B72767 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB18339103-
CMYK00.790.440.28
HSL333.33º64.86%43.53%-
HSV(B)333.33º78.69%71.76%-
XYZ22.712.514.05-
YUV89.35135.71194.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.31%
GREEN value IS 39 (15.62% from 255) = 12%
BLUE value IS 103 (40.62% from 255) = 31.69%
R=56.31%
G=12%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833910300.790.440.28333.3364.8643.53
HexB7276704F2C1C14d412c
Octal267471470117543451510154
Binary10110111100111110011101001111101100111001010011011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72767; }

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

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

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

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

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

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

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

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