#C31B59

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

Shades of Old Rose #C31B59

Tints of Old Rose #C31B59

Color information

#C31B59 (or 0xC31B59) is unknown color: approx Old Rose. HEX triplet: C3, 1B and 59. RGB value is (195,27,89). Sum of RGB (Red+Green+Blue) = 195+27+89=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31B59 is #3CE4A6. Grayscale: #545454. Windows color (decimal): -3990695 or 5839811. OLE color: 5839811.

HSL color Cylindrical-coordinate representation of color #C31B59: hue angle of 337.86º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31B59 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB1952789-
CMYK00.860.540.24
HSL337.86º75.68%43.53%-
HSV(B)337.86º86.15%76.47%-
XYZ24.713.1110.68-
YUV84.3130.66206.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 62.70%
GREEN value IS 27 (10.94% from 255) = 8.68%
BLUE value IS 89 (35.16% from 255) = 28.62%
R=62.70%
G=8.68%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195278900.860.540.24337.8675.6843.53
HexC31B5905636181524c2c
Octal303331310126663052211454
Binary1100001111011101100101010110110110110001010100101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31B59; }

 p { color: rgb(195,27,89); }

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

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

 a { background-color: rgb(195,27,89); }

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

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

 span { border-color: rgb(195,27,89); }

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