Html Css Color HEX #880623 Burgundy

📋 copy color: '#880623'

red 136 ◦ green 6 ◦ blue 35

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

Shades of Burgundy #880623

Tints of Burgundy #880623

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.39%

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

R = 76.84%
G = 3.39%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#880623 (or 0x880623) is known color: Burgundy. HEX triplet: 88, 06 and 23. RGB value is (136,6,35). Sum of RGB (Red+Green+Blue) = 136+6+35=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #880623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880623 is #77F9DC. Grayscale: #303030. Windows color (decimal): -7862749 or 2295432. OLE color: 2295432.

HSL color Cylindrical-coordinate representation of color #880623: hue angle of 346.62º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880623 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 6 35 -
CMYK 0 0.96 0.74 0.47
HSL 346.62º 0.92% 0.28% -
HSV(B) 346.62º 0.96% 0.53% -
XYZ 10.52 5.49 2.09 -
YUV 48.18 120.57 190.64 -
System Red Green Blue C M Y K H S L
Decimal 136 6 35 0 0.96 0.74 0.47 346.62 0.92 0.28
Hex 88 6 23 0 60 4A 2F 15B 5C 1C
Octal 210 6 43 0 140 112 57 533 134 34
Binary 10001000 110 100011 0 1100000 1001010 101111 101011011 1011100 11100

Color Harmonies of #880623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880623

Black with #880623

Text Example


Text Example

White with #880623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880623; }

 p { color: rgb(136,6,35); }

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

background-color css

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

 a { background-color: rgb(136,6,35); }

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

border-color css

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

 span { border-color: rgb(136,6,35); }

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