#C31B5A

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

Shades of Old Rose #C31B5A

Tints of Old Rose #C31B5A

Color information

#C31B5A (or 0xC31B5A) is unknown color: approx Old Rose. HEX triplet: C3, 1B and 5A. RGB value is (195,27,90). Sum of RGB (Red+Green+Blue) = 195+27+90=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31B5A is #3CE4A5. Grayscale: #545454. Windows color (decimal): -3990694 or 5905347. OLE color: 5905347.

HSL color Cylindrical-coordinate representation of color #C31B5A: hue angle of 337.5º 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 #C31B5A is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB1952790-
CMYK00.860.540.24
HSL337.5º75.68%43.53%-
HSV(B)337.5º86.15%76.47%-
XYZ24.7413.1210.9-
YUV84.41131.16206.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 62.5%
GREEN value IS 27 (10.94% from 255) = 8.65%
BLUE value IS 90 (35.55% from 255) = 28.85%
R=62.5%
G=8.65%
B=28.85%

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
Decimal195279000.860.540.24337.575.6843.53
HexC31B5A05636181524c2c
Octal303331320126663052211454
Binary1100001111011101101001010110110110110001010100101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31B5A; }

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

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

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

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

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

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

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

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