#892C62

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

Shades of Rose Bud Cherry #892C62

Tints of Rose Bud Cherry #892C62

Color information

#892C62 (or 0x892C62) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 2C and 62. RGB value is (137,44,98). Sum of RGB (Red+Green+Blue) = 137+44+98=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #892C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892C62 is #76D39D. Grayscale: #4D4D4D. Windows color (decimal): -7787422 or 6433929. OLE color: 6433929.

HSL color Cylindrical-coordinate representation of color #892C62: hue angle of 325.16º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #892C62 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB1374498-
CMYK00.680.280.46
HSL325.16º51.38%35.49%-
HSV(B)325.16º67.88%53.73%-
XYZ13.42812.39-
YUV77.96139.31170.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.10%
GREEN value IS 44 (17.58% from 255) = 15.77%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=49.10%
G=15.77%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137449800.680.280.46325.1651.3835.49
Hex892C620441C2E1453323
Octal21154142010434565056343
Binary1000100110110011000100100010011100101110101000101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892C62; }

 p { color: rgb(137,44,98); }

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

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

 a { background-color: rgb(137,44,98); }

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

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

 span { border-color: rgb(137,44,98); }

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