Html Css Color HEX #8F205B Rose Bud Cherry

📋 copy color: '#8F205B'

red 143 ◦ green 32 ◦ blue 91

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

Shades of Rose Bud Cherry #8F205B

Tints of Rose Bud Cherry #8F205B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.03%

 BLUE value IS 91 (35.94% from 255) = 34.21%

R = 53.76%
G = 12.03%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F205B (or 0x8F205B) is known color: Rose Bud Cherry. HEX triplet: 8F, 20 and 5B. RGB value is (143,32,91). Sum of RGB (Red+Green+Blue) = 143+32+91=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F205B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F205B is #70DFA4. Grayscale: #474747. Windows color (decimal): -7397285 or 5972111. OLE color: 5972111.

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

Color convert

RGB 143 32 91 -
CMYK 0 0.78 0.36 0.44
HSL 328.11º 0.63% 0.34% -
HSV(B) 328.11º 0.78% 0.56% -
XYZ 13.73 7.63 10.65 -
YUV 71.92 138.77 178.7 -
System Red Green Blue C M Y K H S L
Decimal 143 32 91 0 0.78 0.36 0.44 328.11 0.63 0.34
Hex 8F 20 5B 0 4E 24 2C 148 3F 22
Octal 217 40 133 0 116 44 54 510 77 42
Binary 10001111 100000 1011011 0 1001110 100100 101100 101001000 111111 100010

Color Harmonies of #8F205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F205B

Black with #8F205B

Text Example


Text Example

White with #8F205B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,32,91); }

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

background-color css

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

 a { background-color: rgb(143,32,91); }

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

border-color css

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

 span { border-color: rgb(143,32,91); }

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