Html Css Color HEX #8D114B Rose Bud Cherry

📋 copy color: '#8D114B'

red 141 ◦ green 17 ◦ blue 75

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

Shades of Rose Bud Cherry #8D114B

Tints of Rose Bud Cherry #8D114B

RGB

 RED value IS 141 (55.47% from 255) = 60.52%

 GREEN value IS 17 (7.03% from 255) = 7.3%

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

R = 60.52%
G = 7.3%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8D114B (or 0x8D114B) is known color: Rose Bud Cherry. HEX triplet: 8D, 11 and 4B. RGB value is (141,17,75). Sum of RGB (Red+Green+Blue) = 141+17+75=233 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.52% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 141 - color contains mainly: red. Hex color #8D114B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D114B is #72EEB4. Grayscale: #3C3C3C. Windows color (decimal): -7532213 or 4919693. OLE color: 4919693.

HSL color Cylindrical-coordinate representation of color #8D114B: hue angle of 331.94º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D114B is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 17 75 -
CMYK 0 0.88 0.47 0.45
HSL 331.94º 0.78% 0.31% -
HSV(B) 331.94º 0.88% 0.55% -
XYZ 12.45 6.57 7.27 -
YUV 60.69 136.08 185.28 -
System Red Green Blue C M Y K H S L
Decimal 141 17 75 0 0.88 0.47 0.45 331.94 0.78 0.31
Hex 8D 11 4B 0 58 2F 2D 14C 4E 1F
Octal 215 21 113 0 130 57 55 514 116 37
Binary 10001101 10001 1001011 0 1011000 101111 101101 101001100 1001110 11111

Color Harmonies of #8D114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D114B

Black with #8D114B

Text Example


Text Example

White with #8D114B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,17,75); }

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

background-color css

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

 a { background-color: rgb(141,17,75); }

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

border-color css

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

 span { border-color: rgb(141,17,75); }

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