Html Css Color HEX #8C2649 Disco

📋 copy color: '#8C2649'

red 140 ◦ green 38 ◦ blue 73

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

Shades of Disco #8C2649

Tints of Disco #8C2649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.14%

 BLUE value IS 73 (28.91% from 255) = 29.08%

R = 55.78%
G = 15.14%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8C2649 (or 0x8C2649) is known color: Disco. HEX triplet: 8C, 26 and 49. RGB value is (140,38,73). Sum of RGB (Red+Green+Blue) = 140+38+73=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2649 is #73D9B6. Grayscale: #484848. Windows color (decimal): -7592375 or 4793996. OLE color: 4793996.

HSL color Cylindrical-coordinate representation of color #8C2649: hue angle of 339.41º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C2649 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 38 73 -
CMYK 0 0.73 0.48 0.45
HSL 339.41º 0.57% 0.35% -
HSV(B) 339.41º 0.73% 0.55% -
XYZ 12.71 7.44 7.07 -
YUV 72.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 140 38 73 0 0.73 0.48 0.45 339.41 0.57 0.35
Hex 8C 26 49 0 49 30 2D 153 39 23
Octal 214 46 111 0 111 60 55 523 71 43
Binary 10001100 100110 1001001 0 1001001 110000 101101 101010011 111001 100011

Color Harmonies of #8C2649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2649

Black with #8C2649

Text Example


Text Example

White with #8C2649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,38,73); }

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

background-color css

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

 a { background-color: rgb(140,38,73); }

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

border-color css

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

 span { border-color: rgb(140,38,73); }

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