Html Css Color HEX #8F345F Rose Bud Cherry

📋 copy color: '#8F345F'

red 143 ◦ green 52 ◦ blue 95

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

Shades of Rose Bud Cherry #8F345F

Tints of Rose Bud Cherry #8F345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.93%

 BLUE value IS 95 (37.5% from 255) = 32.76%

R = 49.31%
G = 17.93%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8F345F (or 0x8F345F) is known color: Rose Bud Cherry. HEX triplet: 8F, 34 and 5F. RGB value is (143,52,95). Sum of RGB (Red+Green+Blue) = 143+52+95=290 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.31% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 143 - color contains mainly: red. Hex color #8F345F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F345F is #70CBA0. Grayscale: #545454. Windows color (decimal): -7392161 or 6239375. OLE color: 6239375.

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

Color convert

RGB 143 52 95 -
CMYK 0 0.64 0.34 0.44
HSL 331.65º 0.47% 0.38% -
HSV(B) 331.65º 0.64% 0.56% -
XYZ 14.62 9.12 11.82 -
YUV 84.11 134.15 170 -
System Red Green Blue C M Y K H S L
Decimal 143 52 95 0 0.64 0.34 0.44 331.65 0.47 0.38
Hex 8F 34 5F 0 40 22 2C 14C 2F 26
Octal 217 64 137 0 100 42 54 514 57 46
Binary 10001111 110100 1011111 0 1000000 100010 101100 101001100 101111 100110

Color Harmonies of #8F345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F345F

Black with #8F345F

Text Example


Text Example

White with #8F345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,52,95); }

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

background-color css

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

 a { background-color: rgb(143,52,95); }

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

border-color css

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

 span { border-color: rgb(143,52,95); }

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