Html Css Color HEX #880438 Burgundy

📋 copy color: '#880438'

red 136 ◦ green 4 ◦ blue 56

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

Shades of Burgundy #880438

Tints of Burgundy #880438

RGB

 RED value IS 136 (53.52% from 255) = 69.39%

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

 BLUE value IS 56 (22.27% from 255) = 28.57%

R = 69.39%
G = 2.04%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#880438 (or 0x880438) is known color: Burgundy. HEX triplet: 88, 04 and 38. RGB value is (136,4,56). Sum of RGB (Red+Green+Blue) = 136+4+56=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #880438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880438 is #77FBC7. Grayscale: #313131. Windows color (decimal): -7863240 or 3671176. OLE color: 3671176.

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

Color convert

RGB 136 4 56 -
CMYK 0 0.97 0.59 0.47
HSL 336.36º 0.94% 0.27% -
HSV(B) 336.36º 0.97% 0.53% -
XYZ 10.91 5.61 4.25 -
YUV 49.4 131.73 189.77 -
System Red Green Blue C M Y K H S L
Decimal 136 4 56 0 0.97 0.59 0.47 336.36 0.94 0.27
Hex 88 4 38 0 61 3B 2F 150 5E 1B
Octal 210 4 70 0 141 73 57 520 136 33
Binary 10001000 100 111000 0 1100001 111011 101111 101010000 1011110 11011

Color Harmonies of #880438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880438

Black with #880438

Text Example


Text Example

White with #880438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880438; }

 p { color: rgb(136,4,56); }

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

background-color css

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

 a { background-color: rgb(136,4,56); }

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

border-color css

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

 span { border-color: rgb(136,4,56); }

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