Html Css Color HEX #8E375D Rose Bud Cherry

📋 copy color: '#8E375D'

red 142 ◦ green 55 ◦ blue 93

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

Shades of Rose Bud Cherry #8E375D

Tints of Rose Bud Cherry #8E375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.97%

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

R = 48.97%
G = 18.97%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E375D (or 0x8E375D) is known color: Rose Bud Cherry. HEX triplet: 8E, 37 and 5D. RGB value is (142,55,93). Sum of RGB (Red+Green+Blue) = 142+55+93=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E375D is #71C8A2. Grayscale: #555555. Windows color (decimal): -7456931 or 6109070. OLE color: 6109070.

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

Color convert

RGB 142 55 93 -
CMYK 0 0.61 0.35 0.44
HSL 333.79º 0.44% 0.39% -
HSV(B) 333.79º 0.61% 0.56% -
XYZ 14.5 9.27 11.38 -
YUV 85.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 142 55 93 0 0.61 0.35 0.44 333.79 0.44 0.39
Hex 8E 37 5D 0 3D 23 2C 14E 2C 27
Octal 216 67 135 0 75 43 54 516 54 47
Binary 10001110 110111 1011101 0 111101 100011 101100 101001110 101100 100111

Color Harmonies of #8E375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E375D

Black with #8E375D

Text Example


Text Example

White with #8E375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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