#C31E5D

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

Shades of Old Rose #C31E5D

Tints of Old Rose #C31E5D

Color information

#C31E5D (or 0xC31E5D) is unknown color: approx Old Rose. HEX triplet: C3, 1E and 5D. RGB value is (195,30,93). Sum of RGB (Red+Green+Blue) = 195+30+93=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E5D is #3CE1A2. Grayscale: #565656. Windows color (decimal): -3989923 or 6102723. OLE color: 6102723.

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

Color convert

RGB1953093-
CMYK00.850.520.24
HSL337.09º73.33%44.12%-
HSV(B)337.09º84.62%76.47%-
XYZ24.9513.3211.61-
YUV86.52131.66205.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.32%
GREEN value IS 30 (12.11% from 255) = 9.43%
BLUE value IS 93 (36.72% from 255) = 29.25%
R=61.32%
G=9.43%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195309300.850.520.24337.0973.3344.12
HexC31E5D0553418151492c
Octal303361350125643052111154
Binary1100001111110101110101010101110100110001010100011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31E5D; }

 p { color: rgb(195,30,93); }

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

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

 a { background-color: rgb(195,30,93); }

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

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

 span { border-color: rgb(195,30,93); }

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