Html Css Color HEX #8E316A Rose Bud Cherry

📋 copy color: '#8E316A'

red 142 ◦ green 49 ◦ blue 106

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

Shades of Rose Bud Cherry #8E316A

Tints of Rose Bud Cherry #8E316A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.5%

 BLUE value IS 106 (41.8% from 255) = 35.69%

R = 47.81%
G = 16.5%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#8E316A (or 0x8E316A) is known color: Rose Bud Cherry. HEX triplet: 8E, 31 and 6A. RGB value is (142,49,106). Sum of RGB (Red+Green+Blue) = 142+49+106=297 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.81% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 142 - color contains mainly: red. Hex color #8E316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E316A is #71CE95. Grayscale: #535353. Windows color (decimal): -7458454 or 6959502. OLE color: 6959502.

HSL color Cylindrical-coordinate representation of color #8E316A: hue angle of 323.23º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E316A is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 49 106 -
CMYK 0 0.65 0.25 0.44
HSL 323.23º 0.49% 0.37% -
HSV(B) 323.23º 0.65% 0.56% -
XYZ 14.86 8.99 14.59 -
YUV 83.31 140.81 169.87 -
System Red Green Blue C M Y K H S L
Decimal 142 49 106 0 0.65 0.25 0.44 323.23 0.49 0.37
Hex 8E 31 6A 0 41 19 2C 143 31 25
Octal 216 61 152 0 101 31 54 503 61 45
Binary 10001110 110001 1101010 0 1000001 11001 101100 101000011 110001 100101

Color Harmonies of #8E316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E316A

Black with #8E316A

Text Example


Text Example

White with #8E316A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,49,106); }

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

background-color css

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

 a { background-color: rgb(142,49,106); }

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

border-color css

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

 span { border-color: rgb(142,49,106); }

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