Html Css Color HEX #8F2D5C Rose Bud Cherry

📋 copy color: '#8F2D5C'

red 143 ◦ green 45 ◦ blue 92

#8F2D5C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #8F2D5C

Tints of Rose Bud Cherry #8F2D5C

RGB

 RED value IS 143 (56.25% from 255) = 51.07%

 GREEN value IS 45 (17.97% from 255) = 16.07%

 BLUE value IS 92 (36.33% from 255) = 32.86%

R = 51.07%
G = 16.07%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F2D5C (or 0x8F2D5C) is known color: Rose Bud Cherry. HEX triplet: 8F, 2D and 5C. RGB value is (143,45,92). Sum of RGB (Red+Green+Blue) = 143+45+92=280 (37% of max value = 765). Red value is 143 (56.25% from 255 or 51.07% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2D5C is #70D2A3. Grayscale: #4F4F4F. Windows color (decimal): -7393956 or 6040975. OLE color: 6040975.

HSL color Cylindrical-coordinate representation of color #8F2D5C: hue angle of 331.22º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F2D5C is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 45 92 -
CMYK 0 0.69 0.36 0.44
HSL 331.22º 0.52% 0.37% -
HSV(B) 331.22º 0.69% 0.56% -
XYZ 14.2 8.49 11.02 -
YUV 79.66 134.97 173.18 -
System Red Green Blue C M Y K H S L
Decimal 143 45 92 0 0.69 0.36 0.44 331.22 0.52 0.37
Hex 8F 2D 5C 0 45 24 2C 14B 34 25
Octal 217 55 134 0 105 44 54 513 64 45
Binary 10001111 101101 1011100 0 1000101 100100 101100 101001011 110100 100101

Color Harmonies of #8F2D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2D5C

Black with #8F2D5C

Text Example


Text Example

White with #8F2D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,45,92); }

 H1.HeaderClassName
 {
   color: #8F2D5C;
 }
 .AnyTagClassName
 {
   color: #8F2D5C;
 }
</style>

background-color css

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

 a { background-color: rgb(143,45,92); }

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

border-color css

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

 span { border-color: rgb(143,45,92); }

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