Html Css Color HEX #8C1E52 Rose Bud Cherry

📋 copy color: '#8C1E52'

red 140 ◦ green 30 ◦ blue 82

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

Shades of Rose Bud Cherry #8C1E52

Tints of Rose Bud Cherry #8C1E52

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.9%

 BLUE value IS 82 (32.42% from 255) = 32.54%

R = 55.56%
G = 11.9%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8C1E52 (or 0x8C1E52) is known color: Rose Bud Cherry. HEX triplet: 8C, 1E and 52. RGB value is (140,30,82). Sum of RGB (Red+Green+Blue) = 140+30+82=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1E52 is #73E1AD. Grayscale: #444444. Windows color (decimal): -7594414 or 5381772. OLE color: 5381772.

HSL color Cylindrical-coordinate representation of color #8C1E52: hue angle of 331.64º degrees, saturation: 0.65, 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 #8C1E52 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 30 82 -
CMYK 0 0.79 0.41 0.45
HSL 331.64º 0.65% 0.33% -
HSV(B) 331.64º 0.79% 0.55% -
XYZ 12.8 7.11 8.68 -
YUV 68.82 135.44 178.77 -
System Red Green Blue C M Y K H S L
Decimal 140 30 82 0 0.79 0.41 0.45 331.64 0.65 0.33
Hex 8C 1E 52 0 4F 29 2D 14C 41 21
Octal 214 36 122 0 117 51 55 514 101 41
Binary 10001100 11110 1010010 0 1001111 101001 101101 101001100 1000001 100001

Color Harmonies of #8C1E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1E52

Black with #8C1E52

Text Example


Text Example

White with #8C1E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,30,82); }

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

background-color css

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

 a { background-color: rgb(140,30,82); }

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

border-color css

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

 span { border-color: rgb(140,30,82); }

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