Html Css Color HEX #8C1854 Rose Bud Cherry

📋 copy color: '#8C1854'

red 140 ◦ green 24 ◦ blue 84

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

Shades of Rose Bud Cherry #8C1854

Tints of Rose Bud Cherry #8C1854

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.68%

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

R = 56.45%
G = 9.68%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.4

 K value IS 0.45

RGB Variations

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

Color information

#8C1854 (or 0x8C1854) is known color: Rose Bud Cherry. HEX triplet: 8C, 18 and 54. RGB value is (140,24,84). Sum of RGB (Red+Green+Blue) = 140+24+84=248 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.45% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1854 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1854 is #73E7AB. Grayscale: #414141. Windows color (decimal): -7595948 or 5511308. OLE color: 5511308.

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

Color convert

RGB 140 24 84 -
CMYK 0 0.83 0.4 0.45
HSL 328.97º 0.71% 0.32% -
HSV(B) 328.97º 0.83% 0.55% -
XYZ 12.74 6.87 9.04 -
YUV 65.52 138.43 181.12 -
System Red Green Blue C M Y K H S L
Decimal 140 24 84 0 0.83 0.4 0.45 328.97 0.71 0.32
Hex 8C 18 54 0 53 28 2D 149 47 20
Octal 214 30 124 0 123 50 55 511 107 40
Binary 10001100 11000 1010100 0 1010011 101000 101101 101001001 1000111 100000

Color Harmonies of #8C1854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1854

Black with #8C1854

Text Example


Text Example

White with #8C1854

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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