#8F3257

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

Shades of Rose Bud Cherry #8F3257

Tints of Rose Bud Cherry #8F3257

Color information

#8F3257 (or 0x8F3257) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 32 and 57. RGB value is (143,50,87). Sum of RGB (Red+Green+Blue) = 143+50+87=280 (37% of max value = 765). Red value is 143 (56.25% from 255 or 51.07% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3257 is #70CDA8. Grayscale: #515151. Windows color (decimal): -7392681 or 5714575. OLE color: 5714575.

HSL color Cylindrical-coordinate representation of color #8F3257: hue angle of 336.13º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F3257 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB1435087-
CMYK00.650.390.44
HSL336.13º48.19%37.84%-
HSV(B)336.13º65.03%56.08%-
XYZ14.198.819.97-
YUV82.02130.81171.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.07%
GREEN value IS 50 (19.92% from 255) = 17.86%
BLUE value IS 87 (34.38% from 255) = 31.07%
R=51.07%
G=17.86%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143508700.650.390.44336.1348.1937.84
Hex8F3257041272C1503026
Octal21762127010147545206046
Binary10001111110010101011101000001100111101100101010000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F3257; }

 p { color: rgb(143,50,87); }

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

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

 a { background-color: rgb(143,50,87); }

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

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

 span { border-color: rgb(143,50,87); }

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