Html Css Color HEX #8F235E Rose Bud Cherry

📋 copy color: '#8F235E'

red 143 ◦ green 35 ◦ blue 94

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

Shades of Rose Bud Cherry #8F235E

Tints of Rose Bud Cherry #8F235E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

 BLUE value IS 94 (37.11% from 255) = 34.56%

R = 52.57%
G = 12.87%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8F235E (or 0x8F235E) is known color: Rose Bud Cherry. HEX triplet: 8F, 23 and 5E. RGB value is (143,35,94). Sum of RGB (Red+Green+Blue) = 143+35+94=272 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.57% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 143 - color contains mainly: red. Hex color #8F235E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F235E is #70DCA1. Grayscale: #494949. Windows color (decimal): -7396514 or 6169487. OLE color: 6169487.

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

Color convert

RGB 143 35 94 -
CMYK 0 0.76 0.34 0.44
HSL 327.22º 0.61% 0.35% -
HSV(B) 327.22º 0.76% 0.56% -
XYZ 13.95 7.85 11.37 -
YUV 74.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 143 35 94 0 0.76 0.34 0.44 327.22 0.61 0.35
Hex 8F 23 5E 0 4C 22 2C 147 3D 23
Octal 217 43 136 0 114 42 54 507 75 43
Binary 10001111 100011 1011110 0 1001100 100010 101100 101000111 111101 100011

Color Harmonies of #8F235E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F235E

Black with #8F235E

Text Example


Text Example

White with #8F235E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,35,94); }

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

background-color css

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

 a { background-color: rgb(143,35,94); }

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

border-color css

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

 span { border-color: rgb(143,35,94); }

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