Html Css Color HEX #8E375F Rose Bud Cherry

📋 copy color: '#8E375F'

red 142 ◦ green 55 ◦ blue 95

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

Shades of Rose Bud Cherry #8E375F

Tints of Rose Bud Cherry #8E375F

RGB

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

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

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

R = 48.63%
G = 18.84%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8E375F (or 0x8E375F) is known color: Rose Bud Cherry. HEX triplet: 8E, 37 and 5F. RGB value is (142,55,95). Sum of RGB (Red+Green+Blue) = 142+55+95=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E375F is #71C8A0. Grayscale: #555555. Windows color (decimal): -7456929 or 6240142. OLE color: 6240142.

HSL color Cylindrical-coordinate representation of color #8E375F: hue angle of 332.41º 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 #8E375F is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 55 95 -
CMYK 0 0.61 0.33 0.44
HSL 332.41º 0.44% 0.39% -
HSV(B) 332.41º 0.61% 0.56% -
XYZ 14.59 9.31 11.85 -
YUV 85.57 133.32 168.25 -
System Red Green Blue C M Y K H S L
Decimal 142 55 95 0 0.61 0.33 0.44 332.41 0.44 0.39
Hex 8E 37 5F 0 3D 21 2C 14C 2C 27
Octal 216 67 137 0 75 41 54 514 54 47
Binary 10001110 110111 1011111 0 111101 100001 101100 101001100 101100 100111

Color Harmonies of #8E375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E375F

Black with #8E375F

Text Example


Text Example

White with #8E375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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