Html Css Color HEX #8C1C4F Rose Bud Cherry

📋 copy color: '#8C1C4F'

red 140 ◦ green 28 ◦ blue 79

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

Shades of Rose Bud Cherry #8C1C4F

Tints of Rose Bud Cherry #8C1C4F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.34%

 BLUE value IS 79 (31.25% from 255) = 31.98%

R = 56.68%
G = 11.34%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#8C1C4F (or 0x8C1C4F) is known color: Rose Bud Cherry. HEX triplet: 8C, 1C and 4F. RGB value is (140,28,79). Sum of RGB (Red+Green+Blue) = 140+28+79=247 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.68% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1C4F is #73E3B0. Grayscale: #434343. Windows color (decimal): -7594929 or 5184652. OLE color: 5184652.

HSL color Cylindrical-coordinate representation of color #8C1C4F: hue angle of 332.68º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C1C4F is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 28 79 -
CMYK 0 0.80 0.44 0.45
HSL 332.68º 0.67% 0.33% -
HSV(B) 332.68º 0.8% 0.55% -
XYZ 12.64 6.97 8.08 -
YUV 67.3 134.61 179.85 -
System Red Green Blue C M Y K H S L
Decimal 140 28 79 0 0.80 0.44 0.45 332.68 0.67 0.33
Hex 8C 1C 4F 0 50 2C 2D 14D 43 21
Octal 214 34 117 0 120 54 55 515 103 41
Binary 10001100 11100 1001111 0 1010000 101100 101101 101001101 1000011 100001

Color Harmonies of #8C1C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1C4F

Black with #8C1C4F

Text Example


Text Example

White with #8C1C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,28,79); }

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

background-color css

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

 a { background-color: rgb(140,28,79); }

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

border-color css

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

 span { border-color: rgb(140,28,79); }

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