Html Css Color HEX #8E345F Rose Bud Cherry

📋 copy color: '#8E345F'

red 142 ◦ green 52 ◦ blue 95

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

Shades of Rose Bud Cherry #8E345F

Tints of Rose Bud Cherry #8E345F

RGB

 RED value IS 142 (55.86% from 255) = 49.13%

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

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

R = 49.13%
G = 17.99%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8E345F (or 0x8E345F) is known color: Rose Bud Cherry. HEX triplet: 8E, 34 and 5F. RGB value is (142,52,95). Sum of RGB (Red+Green+Blue) = 142+52+95=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E345F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E345F is #71CBA0. Grayscale: #535353. Windows color (decimal): -7457697 or 6239374. OLE color: 6239374.

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

Color convert

RGB 142 52 95 -
CMYK 0 0.63 0.33 0.44
HSL 331.33º 0.46% 0.38% -
HSV(B) 331.33º 0.63% 0.56% -
XYZ 14.45 9.03 11.81 -
YUV 83.81 134.32 169.5 -
System Red Green Blue C M Y K H S L
Decimal 142 52 95 0 0.63 0.33 0.44 331.33 0.46 0.38
Hex 8E 34 5F 0 3F 21 2C 14B 2E 26
Octal 216 64 137 0 77 41 54 513 56 46
Binary 10001110 110100 1011111 0 111111 100001 101100 101001011 101110 100110

Color Harmonies of #8E345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E345F

Black with #8E345F

Text Example


Text Example

White with #8E345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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