Html Css Color HEX #840423 Burgundy

📋 copy color: '#840423'

red 132 ◦ green 4 ◦ blue 35

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

Shades of Burgundy #840423

Tints of Burgundy #840423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.34%

 BLUE value IS 35 (14.06% from 255) = 20.47%

R = 77.19%
G = 2.34%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#840423 (or 0x840423) is known color: Burgundy. HEX triplet: 84, 04 and 23. RGB value is (132,4,35). Sum of RGB (Red+Green+Blue) = 132+4+35=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #840423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840423 is #7BFBDC. Grayscale: #2D2D2D. Windows color (decimal): -8125405 or 2294916. OLE color: 2294916.

HSL color Cylindrical-coordinate representation of color #840423: hue angle of 345.47º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #840423 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 4 35 -
CMYK 0 0.97 0.73 0.48
HSL 345.47º 0.94% 0.27% -
HSV(B) 345.47º 0.97% 0.52% -
XYZ 9.86 5.11 2.06 -
YUV 45.81 121.91 189.48 -
System Red Green Blue C M Y K H S L
Decimal 132 4 35 0 0.97 0.73 0.48 345.47 0.94 0.27
Hex 84 4 23 0 61 49 30 159 5E 1B
Octal 204 4 43 0 141 111 60 531 136 33
Binary 10000100 100 100011 0 1100001 1001001 110000 101011001 1011110 11011

Color Harmonies of #840423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840423

Black with #840423

Text Example


Text Example

White with #840423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840423; }

 p { color: rgb(132,4,35); }

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

background-color css

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

 a { background-color: rgb(132,4,35); }

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

border-color css

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

 span { border-color: rgb(132,4,35); }

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