Html Css Color HEX #841127 Burgundy

📋 copy color: '#841127'

red 132 ◦ green 17 ◦ blue 39

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

Shades of Burgundy #841127

Tints of Burgundy #841127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.04%

 BLUE value IS 39 (15.63% from 255) = 20.74%

R = 70.21%
G = 9.04%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#841127 (or 0x841127) is known color: Burgundy. HEX triplet: 84, 11 and 27. RGB value is (132,17,39). Sum of RGB (Red+Green+Blue) = 132+17+39=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #841127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841127 is #7BEED8. Grayscale: #353535. Windows color (decimal): -8122073 or 2560388. OLE color: 2560388.

HSL color Cylindrical-coordinate representation of color #841127: hue angle of 348.52º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841127 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 17 39 -
CMYK 0 0.87 0.70 0.48
HSL 348.52º 0.77% 0.29% -
HSV(B) 348.52º 0.87% 0.52% -
XYZ 10.08 5.45 2.44 -
YUV 53.89 119.6 183.71 -
System Red Green Blue C M Y K H S L
Decimal 132 17 39 0 0.87 0.70 0.48 348.52 0.77 0.29
Hex 84 11 27 0 57 46 30 15D 4D 1D
Octal 204 21 47 0 127 106 60 535 115 35
Binary 10000100 10001 100111 0 1010111 1000110 110000 101011101 1001101 11101

Color Harmonies of #841127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841127

Black with #841127

Text Example


Text Example

White with #841127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841127; }

 p { color: rgb(132,17,39); }

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

background-color css

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

 a { background-color: rgb(132,17,39); }

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

border-color css

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

 span { border-color: rgb(132,17,39); }

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