#8F114B

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

Shades of Rose Bud Cherry #8F114B

Tints of Rose Bud Cherry #8F114B

Color information

#8F114B (or 0x8F114B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 11 and 4B. RGB value is (143,17,75). Sum of RGB (Red+Green+Blue) = 143+17+75=235 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.85% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 143 - color contains mainly: red. Hex color #8F114B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F114B is #70EEB4. Grayscale: #3D3D3D. Windows color (decimal): -7401141 or 4919695. OLE color: 4919695.

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

Color convert

RGB1431775-
CMYK00.880.480.44
HSL332.38º78.75%31.37%-
HSV(B)332.38º88.11%56.08%-
XYZ12.86.757.28-
YUV61.29135.74186.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 60.85%
GREEN value IS 17 (7.03% from 255) = 7.23%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=60.85%
G=7.23%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143177500.880.480.44332.3878.7531.37
Hex8F114B058302C14c4f1f
Octal217211130130605451411737
Binary1000111110001100101101011000110000101100101001100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,17,75); }

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

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

 a { background-color: rgb(143,17,75); }

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

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

 span { border-color: rgb(143,17,75); }

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