Html Css Color HEX #8C114B Rose Bud Cherry

📋 copy color: '#8C114B'

red 140 ◦ green 17 ◦ blue 75

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

Shades of Rose Bud Cherry #8C114B

Tints of Rose Bud Cherry #8C114B

RGB

 RED value IS 140 (55.08% from 255) = 60.34%

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

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

R = 60.34%
G = 7.33%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C114B (or 0x8C114B) is known color: Rose Bud Cherry. HEX triplet: 8C, 11 and 4B. RGB value is (140,17,75). Sum of RGB (Red+Green+Blue) = 140+17+75=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C114B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C114B is #73EEB4. Grayscale: #3C3C3C. Windows color (decimal): -7597749 or 4919692. OLE color: 4919692.

HSL color Cylindrical-coordinate representation of color #8C114B: hue angle of 331.71º 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 #8C114B is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 17 75 -
CMYK 0 0.88 0.46 0.45
HSL 331.71º 0.78% 0.31% -
HSV(B) 331.71º 0.88% 0.55% -
XYZ 12.29 6.48 7.26 -
YUV 60.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 140 17 75 0 0.88 0.46 0.45 331.71 0.78 0.31
Hex 8C 11 4B 0 58 2E 2D 14C 4E 1F
Octal 214 21 113 0 130 56 55 514 116 37
Binary 10001100 10001 1001011 0 1011000 101110 101101 101001100 1001110 11111

Color Harmonies of #8C114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C114B

Black with #8C114B

Text Example


Text Example

White with #8C114B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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