Html Css Color HEX #8F295C Rose Bud Cherry

📋 copy color: '#8F295C'

red 143 ◦ green 41 ◦ blue 92

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

Shades of Rose Bud Cherry #8F295C

Tints of Rose Bud Cherry #8F295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

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

R = 51.81%
G = 14.86%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F295C (or 0x8F295C) is known color: Rose Bud Cherry. HEX triplet: 8F, 29 and 5C. RGB value is (143,41,92). Sum of RGB (Red+Green+Blue) = 143+41+92=276 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.81% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 143 - color contains mainly: red. Hex color #8F295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F295C is #70D6A3. Grayscale: #4D4D4D. Windows color (decimal): -7394980 or 6039951. OLE color: 6039951.

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

Color convert

RGB 143 41 92 -
CMYK 0 0.71 0.36 0.44
HSL 330º 0.55% 0.36% -
HSV(B) 330º 0.71% 0.56% -
XYZ 14.05 8.2 10.97 -
YUV 77.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 143 41 92 0 0.71 0.36 0.44 330 0.55 0.36
Hex 8F 29 5C 0 47 24 2C 14A 37 24
Octal 217 51 134 0 107 44 54 512 67 44
Binary 10001111 101001 1011100 0 1000111 100100 101100 101001010 110111 100100

Color Harmonies of #8F295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F295C

Black with #8F295C

Text Example


Text Example

White with #8F295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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