#843258

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

Shades of Rose Bud Cherry #843258

Tints of Rose Bud Cherry #843258

Color information

#843258 (or 0x843258) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 32 and 58. RGB value is (132,50,88). Sum of RGB (Red+Green+Blue) = 132+50+88=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #843258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843258 is #7BCDA7. Grayscale: #4E4E4E. Windows color (decimal): -8113576 or 5780100. OLE color: 5780100.

HSL color Cylindrical-coordinate representation of color #843258: hue angle of 332.2º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #843258 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB1325088-
CMYK00.620.330.48
HSL332.2º45.05%35.69%-
HSV(B)332.2º62.12%51.76%-
XYZ12.427.8910.1-
YUV78.85133.17165.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.89%
GREEN value IS 50 (19.92% from 255) = 18.52%
BLUE value IS 88 (34.77% from 255) = 32.59%
R=48.89%
G=18.52%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132508800.620.330.48332.245.0535.69
Hex84325803E213014c2d24
Octal2046213007641605145544
Binary1000010011001010110000111110100001110000101001100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843258; }

 p { color: rgb(132,50,88); }

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

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

 a { background-color: rgb(132,50,88); }

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

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

 span { border-color: rgb(132,50,88); }

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