#B13D67

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

Shades of Rouge #B13D67

Tints of Rouge #B13D67

Color information

#B13D67 (or 0xB13D67) is unknown color: approx Rouge. HEX triplet: B1, 3D and 67. RGB value is (177,61,103). Sum of RGB (Red+Green+Blue) = 177+61+103=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13D67 is #4EC298. Grayscale: #646464. Windows color (decimal): -5161625 or 6766001. OLE color: 6766001.

HSL color Cylindrical-coordinate representation of color #B13D67: hue angle of 338.28º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13D67 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB17761103-
CMYK00.660.420.31
HSL338.28º48.74%46.67%-
HSV(B)338.28º65.54%69.41%-
XYZ22.2513.6614.3-
YUV100.47129.43182.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 61 (24.22% from 255) = 17.89%
BLUE value IS 103 (40.62% from 255) = 30.21%
R=51.91%
G=17.89%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776110300.660.420.31338.2848.7446.67
HexB13D670422A1F152312f
Octal26175147010252375226157
Binary1011000111110111001110100001010101011111101010010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13D67; }

 p { color: rgb(177,61,103); }

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

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

 a { background-color: rgb(177,61,103); }

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

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

 span { border-color: rgb(177,61,103); }

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