Html Css Color HEX #841C47 Disco

📋 copy color: '#841C47'

red 132 ◦ green 28 ◦ blue 71

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

Shades of Disco #841C47

Tints of Disco #841C47

RGB

 RED value IS 132 (51.95% from 255) = 57.14%

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

 BLUE value IS 71 (28.13% from 255) = 30.74%

R = 57.14%
G = 12.12%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#841C47 (or 0x841C47) is known color: Disco. HEX triplet: 84, 1C and 47. RGB value is (132,28,71). Sum of RGB (Red+Green+Blue) = 132+28+71=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #841C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841C47 is #7BE3B8. Grayscale: #3F3F3F. Windows color (decimal): -8119225 or 4660356. OLE color: 4660356.

HSL color Cylindrical-coordinate representation of color #841C47: hue angle of 335.19º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #841C47 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 28 71 -
CMYK 0 0.79 0.46 0.48
HSL 335.19º 0.65% 0.31% -
HSV(B) 335.19º 0.79% 0.52% -
XYZ 11.07 6.19 6.57 -
YUV 64 131.96 176.5 -
System Red Green Blue C M Y K H S L
Decimal 132 28 71 0 0.79 0.46 0.48 335.19 0.65 0.31
Hex 84 1C 47 0 4F 2E 30 14F 41 1F
Octal 204 34 107 0 117 56 60 517 101 37
Binary 10000100 11100 1000111 0 1001111 101110 110000 101001111 1000001 11111

Color Harmonies of #841C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841C47

Black with #841C47

Text Example


Text Example

White with #841C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841C47; }

 p { color: rgb(132,28,71); }

 H1.HeaderClassName
 {
   color: #841C47;
 }
 .AnyTagClassName
 {
   color: #841C47;
 }
</style>

background-color css

<style>
 a { background-color: #841C47; }

 a { background-color: rgb(132,28,71); }

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

border-color css

<style>
 span { border-color: #841C47; }

 span { border-color: rgb(132,28,71); }

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