#880D4A

Color #880D4A Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #880D4A

Tints of Rose Bud Cherry #880D4A

Color information

#880D4A (or 0x880D4A) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 0D and 4A. RGB value is (136,13,74). Sum of RGB (Red+Green+Blue) = 136+13+74=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #880D4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880D4A is #77F2B5. Grayscale: #383838. Windows color (decimal): -7860918 or 4853128. OLE color: 4853128.

HSL color Cylindrical-coordinate representation of color #880D4A: hue angle of 330.24º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D4A is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1361374-
CMYK00.900.460.47
HSL330.24º82.55%29.22%-
HSV(B)330.24º90.44%53.33%-
XYZ11.536.027.03-
YUV56.73137.75184.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.99%
GREEN value IS 13 (5.47% from 255) = 5.83%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=60.99%
G=5.83%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136137400.900.460.47330.2482.5529.22
Hex88D4A05A2E2F14a531d
Octal210151120132565751212335
Binary100010001101100101001011010101110101111101001010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880D4A; }

 p { color: rgb(136,13,74); }

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

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

 a { background-color: rgb(136,13,74); }

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

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

 span { border-color: rgb(136,13,74); }

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