Html Css Color HEX #8F3261 Rose Bud Cherry

📋 copy color: '#8F3261'

red 143 ◦ green 50 ◦ blue 97

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

Shades of Rose Bud Cherry #8F3261

Tints of Rose Bud Cherry #8F3261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.24%

 BLUE value IS 97 (38.28% from 255) = 33.45%

R = 49.31%
G = 17.24%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8F3261 (or 0x8F3261) is known color: Rose Bud Cherry. HEX triplet: 8F, 32 and 61. RGB value is (143,50,97). Sum of RGB (Red+Green+Blue) = 143+50+97=290 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.31% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3261 is #70CD9E. Grayscale: #535353. Windows color (decimal): -7392671 or 6369935. OLE color: 6369935.

HSL color Cylindrical-coordinate representation of color #8F3261: hue angle of 329.68º 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 #8F3261 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 50 97 -
CMYK 0 0.65 0.32 0.44
HSL 329.68º 0.48% 0.38% -
HSV(B) 329.68º 0.65% 0.56% -
XYZ 14.63 8.98 12.27 -
YUV 83.17 135.81 170.68 -
System Red Green Blue C M Y K H S L
Decimal 143 50 97 0 0.65 0.32 0.44 329.68 0.48 0.38
Hex 8F 32 61 0 41 20 2C 14A 30 26
Octal 217 62 141 0 101 40 54 512 60 46
Binary 10001111 110010 1100001 0 1000001 100000 101100 101001010 110000 100110

Color Harmonies of #8F3261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3261

Black with #8F3261

Text Example


Text Example

White with #8F3261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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