Html Css Color HEX #8E134B Rose Bud Cherry

📋 copy color: '#8E134B'

red 142 ◦ green 19 ◦ blue 75

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

Shades of Rose Bud Cherry #8E134B

Tints of Rose Bud Cherry #8E134B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.05%

 BLUE value IS 75 (29.69% from 255) = 31.78%

R = 60.17%
G = 8.05%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#8E134B (or 0x8E134B) is known color: Rose Bud Cherry. HEX triplet: 8E, 13 and 4B. RGB value is (142,19,75). Sum of RGB (Red+Green+Blue) = 142+19+75=236 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.17% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 142 - color contains mainly: red. Hex color #8E134B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E134B is #71ECB4. Grayscale: #3E3E3E. Windows color (decimal): -7466165 or 4920206. OLE color: 4920206.

HSL color Cylindrical-coordinate representation of color #8E134B: hue angle of 332.68º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E134B is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 19 75 -
CMYK 0 0.87 0.47 0.44
HSL 332.68º 0.76% 0.32% -
HSV(B) 332.68º 0.87% 0.56% -
XYZ 12.66 6.72 7.29 -
YUV 62.16 135.25 184.95 -
System Red Green Blue C M Y K H S L
Decimal 142 19 75 0 0.87 0.47 0.44 332.68 0.76 0.32
Hex 8E 13 4B 0 57 2F 2C 14D 4C 20
Octal 216 23 113 0 127 57 54 515 114 40
Binary 10001110 10011 1001011 0 1010111 101111 101100 101001101 1001100 100000

Color Harmonies of #8E134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E134B

Black with #8E134B

Text Example


Text Example

White with #8E134B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,19,75); }

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

background-color css

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

 a { background-color: rgb(142,19,75); }

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

border-color css

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

 span { border-color: rgb(142,19,75); }

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