#C61D52

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

Shades of Old Rose #C61D52

Tints of Old Rose #C61D52

Color information

#C61D52 (or 0xC61D52) is unknown color: approx Old Rose. HEX triplet: C6, 1D and 52. RGB value is (198,29,82). Sum of RGB (Red+Green+Blue) = 198+29+82=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61D52 is #39E2AD. Grayscale: #555555. Windows color (decimal): -3793582 or 5381574. OLE color: 5381574.

HSL color Cylindrical-coordinate representation of color #C61D52: hue angle of 341.18º degrees, saturation: 0.74, 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 #C61D52 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB1982982-
CMYK00.850.590.22
HSL341.18º74.45%44.51%-
HSV(B)341.18º85.35%77.65%-
XYZ25.2513.499.26-
YUV85.57125.99208.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.08%
GREEN value IS 29 (11.72% from 255) = 9.39%
BLUE value IS 82 (32.42% from 255) = 26.54%
R=64.08%
G=9.39%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198298200.850.590.22341.1874.4544.51
HexC61D520553B161554a2d
Octal306351220125732652511255
Binary1100011011101101001001010101111011101101010101011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61D52; }

 p { color: rgb(198,29,82); }

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

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

 a { background-color: rgb(198,29,82); }

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

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

 span { border-color: rgb(198,29,82); }

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