Html Css Color HEX #8F2F62 Rose Bud Cherry

📋 copy color: '#8F2F62'

red 143 ◦ green 47 ◦ blue 98

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

Shades of Rose Bud Cherry #8F2F62

Tints of Rose Bud Cherry #8F2F62

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.32%

 BLUE value IS 98 (38.67% from 255) = 34.03%

R = 49.65%
G = 16.32%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8F2F62 (or 0x8F2F62) is known color: Rose Bud Cherry. HEX triplet: 8F, 2F and 62. RGB value is (143,47,98). Sum of RGB (Red+Green+Blue) = 143+47+98=288 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.65% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2F62 is #70D09D. Grayscale: #515151. Windows color (decimal): -7393438 or 6434703. OLE color: 6434703.

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

Color convert

RGB 143 47 98 -
CMYK 0 0.67 0.31 0.44
HSL 328.13º 0.51% 0.37% -
HSV(B) 328.13º 0.67% 0.56% -
XYZ 14.55 8.75 12.48 -
YUV 81.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 143 47 98 0 0.67 0.31 0.44 328.13 0.51 0.37
Hex 8F 2F 62 0 43 1F 2C 148 33 25
Octal 217 57 142 0 103 37 54 510 63 45
Binary 10001111 101111 1100010 0 1000011 11111 101100 101001000 110011 100101

Color Harmonies of #8F2F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2F62

Black with #8F2F62

Text Example


Text Example

White with #8F2F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,47,98); }

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

background-color css

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

 a { background-color: rgb(143,47,98); }

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

border-color css

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

 span { border-color: rgb(143,47,98); }

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