Html Css Color HEX #8C134C Rose Bud Cherry

📋 copy color: '#8C134C'

red 140 ◦ green 19 ◦ blue 76

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

Shades of Rose Bud Cherry #8C134C

Tints of Rose Bud Cherry #8C134C

RGB

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

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

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

R = 59.57%
G = 8.09%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C134C (or 0x8C134C) is known color: Rose Bud Cherry. HEX triplet: 8C, 13 and 4C. RGB value is (140,19,76). Sum of RGB (Red+Green+Blue) = 140+19+76=235 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.57% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 140 - color contains mainly: red. Hex color #8C134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C134C is #73ECB3. Grayscale: #3D3D3D. Windows color (decimal): -7597236 or 4985740. OLE color: 4985740.

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

Color convert

RGB 140 19 76 -
CMYK 0 0.86 0.46 0.45
HSL 331.74º 0.76% 0.31% -
HSV(B) 331.74º 0.86% 0.55% -
XYZ 12.35 6.56 7.45 -
YUV 61.68 136.09 183.87 -
System Red Green Blue C M Y K H S L
Decimal 140 19 76 0 0.86 0.46 0.45 331.74 0.76 0.31
Hex 8C 13 4C 0 56 2E 2D 14C 4C 1F
Octal 214 23 114 0 126 56 55 514 114 37
Binary 10001100 10011 1001100 0 1010110 101110 101101 101001100 1001100 11111

Color Harmonies of #8C134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C134C

Black with #8C134C

Text Example


Text Example

White with #8C134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,19,76); }

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

background-color css

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

 a { background-color: rgb(140,19,76); }

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

border-color css

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

 span { border-color: rgb(140,19,76); }

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