#893968

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

Shades of Rose Bud Cherry #893968

Tints of Rose Bud Cherry #893968

Color information

#893968 (or 0x893968) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 39 and 68. RGB value is (137,57,104). Sum of RGB (Red+Green+Blue) = 137+57+104=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #893968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893968 is #76C697. Grayscale: #565656. Windows color (decimal): -7784088 or 6830473. OLE color: 6830473.

HSL color Cylindrical-coordinate representation of color #893968: hue angle of 324.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #893968 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB13757104-
CMYK00.580.240.46
HSL324.75º41.24%38.04%-
HSV(B)324.75º58.39%53.73%-
XYZ14.289.2414.13-
YUV86.28138164.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.97%
GREEN value IS 57 (22.66% from 255) = 19.13%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=45.97%
G=19.13%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375710400.580.240.46324.7541.2438.04
Hex89396803A182E1452926
Octal2117115007230565055146
Binary100010011110011101000011101011000101110101000101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893968; }

 p { color: rgb(137,57,104); }

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

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

 a { background-color: rgb(137,57,104); }

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

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

 span { border-color: rgb(137,57,104); }

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