Html Css Color HEX #880627 Burgundy

📋 copy color: '#880627'

red 136 ◦ green 6 ◦ blue 39

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

Shades of Burgundy #880627

Tints of Burgundy #880627

RGB

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

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

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

R = 75.14%
G = 3.31%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#880627 (or 0x880627) is known color: Burgundy. HEX triplet: 88, 06 and 27. RGB value is (136,6,39). Sum of RGB (Red+Green+Blue) = 136+6+39=181 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.14% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 136 - color contains mainly: red. Hex color #880627 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880627 is #77F9D8. Grayscale: #303030. Windows color (decimal): -7862745 or 2557576. OLE color: 2557576.

HSL color Cylindrical-coordinate representation of color #880627: hue angle of 344.77º 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 #880627 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 6 39 -
CMYK 0 0.96 0.71 0.47
HSL 344.77º 0.92% 0.28% -
HSV(B) 344.77º 0.96% 0.53% -
XYZ 10.58 5.51 2.43 -
YUV 48.63 122.57 190.32 -
System Red Green Blue C M Y K H S L
Decimal 136 6 39 0 0.96 0.71 0.47 344.77 0.92 0.28
Hex 88 6 27 0 60 47 2F 159 5C 1C
Octal 210 6 47 0 140 107 57 531 134 34
Binary 10001000 110 100111 0 1100000 1000111 101111 101011001 1011100 11100

Color Harmonies of #880627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880627

Black with #880627

Text Example


Text Example

White with #880627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880627; }

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

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

background-color css

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

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

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

border-color css

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

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

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