#C81F53

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

Shades of Old Rose #C81F53

Tints of Old Rose #C81F53

Color information

#C81F53 (or 0xC81F53) is unknown color: approx Old Rose. HEX triplet: C8, 1F and 53. RGB value is (200,31,83). Sum of RGB (Red+Green+Blue) = 200+31+83=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81F53 is #37E0AC. Grayscale: #575757. Windows color (decimal): -3661997 or 5447624. OLE color: 5447624.

HSL color Cylindrical-coordinate representation of color #C81F53: hue angle of 341.54º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81F53 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB2003183-
CMYK00.840.580.22
HSL341.54º73.16%45.29%-
HSV(B)341.54º84.5%78.43%-
XYZ25.8713.889.5-
YUV87.46125.49208.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.69%
GREEN value IS 31 (12.5% from 255) = 9.87%
BLUE value IS 83 (32.81% from 255) = 26.43%
R=63.69%
G=9.87%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200318300.840.580.22341.5473.1645.29
HexC81F530543A16156492d
Octal310371230124722652611155
Binary1100100011111101001101010100111010101101010101101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81F53; }

 p { color: rgb(200,31,83); }

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

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

 a { background-color: rgb(200,31,83); }

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

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

 span { border-color: rgb(200,31,83); }

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