Html Css Color HEX #8E365D Rose Bud Cherry

📋 copy color: '#8E365D'

red 142 ◦ green 54 ◦ blue 93

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

Shades of Rose Bud Cherry #8E365D

Tints of Rose Bud Cherry #8E365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.69%

 BLUE value IS 93 (36.72% from 255) = 32.18%

R = 49.13%
G = 18.69%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E365D (or 0x8E365D) is known color: Rose Bud Cherry. HEX triplet: 8E, 36 and 5D. RGB value is (142,54,93). Sum of RGB (Red+Green+Blue) = 142+54+93=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E365D is #71C9A2. Grayscale: #545454. Windows color (decimal): -7457187 or 6108814. OLE color: 6108814.

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

Color convert

RGB 142 54 93 -
CMYK 0 0.62 0.35 0.44
HSL 333.41º 0.45% 0.38% -
HSV(B) 333.41º 0.62% 0.56% -
XYZ 14.45 9.18 11.37 -
YUV 84.76 132.65 168.83 -
System Red Green Blue C M Y K H S L
Decimal 142 54 93 0 0.62 0.35 0.44 333.41 0.45 0.38
Hex 8E 36 5D 0 3E 23 2C 14D 2D 26
Octal 216 66 135 0 76 43 54 515 55 46
Binary 10001110 110110 1011101 0 111110 100011 101100 101001101 101101 100110

Color Harmonies of #8E365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E365D

Black with #8E365D

Text Example


Text Example

White with #8E365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,54,93); }

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

background-color css

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

 a { background-color: rgb(142,54,93); }

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

border-color css

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

 span { border-color: rgb(142,54,93); }

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