Html Css Color HEX #8C1D54 Rose Bud Cherry

📋 copy color: '#8C1D54'

red 140 ◦ green 29 ◦ blue 84

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

Shades of Rose Bud Cherry #8C1D54

Tints of Rose Bud Cherry #8C1D54

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.46%

 BLUE value IS 84 (33.2% from 255) = 33.2%

R = 55.34%
G = 11.46%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.4

 K value IS 0.45

RGB Variations

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

Color information

#8C1D54 (or 0x8C1D54) is known color: Rose Bud Cherry. HEX triplet: 8C, 1D and 54. RGB value is (140,29,84). Sum of RGB (Red+Green+Blue) = 140+29+84=253 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.34% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1D54 is #73E2AB. Grayscale: #444444. Windows color (decimal): -7594668 or 5512588. OLE color: 5512588.

HSL color Cylindrical-coordinate representation of color #8C1D54: hue angle of 330.27º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C1D54 is Cyan = 0, Magento = 0.79, Yellow = 0.4 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 29 84 -
CMYK 0 0.79 0.4 0.45
HSL 330.27º 0.66% 0.33% -
HSV(B) 330.27º 0.79% 0.55% -
XYZ 12.85 7.09 9.08 -
YUV 68.46 136.77 179.03 -
System Red Green Blue C M Y K H S L
Decimal 140 29 84 0 0.79 0.4 0.45 330.27 0.66 0.33
Hex 8C 1D 54 0 4F 28 2D 14A 42 21
Octal 214 35 124 0 117 50 55 512 102 41
Binary 10001100 11101 1010100 0 1001111 101000 101101 101001010 1000010 100001

Color Harmonies of #8C1D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1D54

Black with #8C1D54

Text Example


Text Example

White with #8C1D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,29,84); }

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

background-color css

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

 a { background-color: rgb(140,29,84); }

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

border-color css

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

 span { border-color: rgb(140,29,84); }

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