#883061

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

Shades of Rose Bud Cherry #883061

Tints of Rose Bud Cherry #883061

Color information

#883061 (or 0x883061) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 30 and 61. RGB value is (136,48,97). Sum of RGB (Red+Green+Blue) = 136+48+97=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #883061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883061 is #77CF9E. Grayscale: #4F4F4F. Windows color (decimal): -7851935 or 6369416. OLE color: 6369416.

HSL color Cylindrical-coordinate representation of color #883061: hue angle of 326.59º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883061 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1364897-
CMYK00.650.290.47
HSL326.59º47.83%36.08%-
HSV(B)326.59º64.71%53.33%-
XYZ13.378.2112.19-
YUV79.9137.65168.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.40%
GREEN value IS 48 (19.14% from 255) = 17.08%
BLUE value IS 97 (38.28% from 255) = 34.52%
R=48.40%
G=17.08%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136489700.650.290.47326.5947.8336.08
Hex8830610411D2F1473024
Octal21060141010135575076044
Binary1000100011000011000010100000111101101111101000111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883061; }

 p { color: rgb(136,48,97); }

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

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

 a { background-color: rgb(136,48,97); }

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

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

 span { border-color: rgb(136,48,97); }

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