#892352

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

Shades of Rose Bud Cherry #892352

Tints of Rose Bud Cherry #892352

Color information

#892352 (or 0x892352) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 23 and 52. RGB value is (137,35,82). Sum of RGB (Red+Green+Blue) = 137+35+82=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #892352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892352 is #76DCAD. Grayscale: #464646. Windows color (decimal): -7789742 or 5383049. OLE color: 5383049.

HSL color Cylindrical-coordinate representation of color #892352: hue angle of 332.35º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #892352 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB1373582-
CMYK00.740.400.46
HSL332.35º59.3%33.73%-
HSV(B)332.35º74.45%53.73%-
XYZ12.447.138.7-
YUV70.86134.29175.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.94%
GREEN value IS 35 (14.06% from 255) = 13.78%
BLUE value IS 82 (32.42% from 255) = 32.28%
R=53.94%
G=13.78%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137358200.740.400.46332.3559.333.73
Hex89235204A282E14c3b22
Octal21143122011250565147342
Binary10001001100011101001001001010101000101110101001100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892352; }

 p { color: rgb(137,35,82); }

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

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

 a { background-color: rgb(137,35,82); }

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

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

 span { border-color: rgb(137,35,82); }

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