Html Css Color HEX #8E184C Rose Bud Cherry

📋 copy color: '#8E184C'

red 142 ◦ green 24 ◦ blue 76

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

Shades of Rose Bud Cherry #8E184C

Tints of Rose Bud Cherry #8E184C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.92%

 BLUE value IS 76 (30.08% from 255) = 31.4%

R = 58.68%
G = 9.92%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8E184C (or 0x8E184C) is known color: Rose Bud Cherry. HEX triplet: 8E, 18 and 4C. RGB value is (142,24,76). Sum of RGB (Red+Green+Blue) = 142+24+76=242 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.68% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 142 - color contains mainly: red. Hex color #8E184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E184C is #71E7B3. Grayscale: #414141. Windows color (decimal): -7464884 or 4987022. OLE color: 4987022.

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

Color convert

RGB 142 24 76 -
CMYK 0 0.83 0.46 0.44
HSL 333.56º 0.71% 0.33% -
HSV(B) 333.56º 0.83% 0.56% -
XYZ 12.79 6.93 7.5 -
YUV 65.21 134.09 182.77 -
System Red Green Blue C M Y K H S L
Decimal 142 24 76 0 0.83 0.46 0.44 333.56 0.71 0.33
Hex 8E 18 4C 0 53 2E 2C 14E 47 21
Octal 216 30 114 0 123 56 54 516 107 41
Binary 10001110 11000 1001100 0 1010011 101110 101100 101001110 1000111 100001

Color Harmonies of #8E184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E184C

Black with #8E184C

Text Example


Text Example

White with #8E184C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,24,76); }

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

background-color css

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

 a { background-color: rgb(142,24,76); }

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

border-color css

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

 span { border-color: rgb(142,24,76); }

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