Html Css Color HEX #880C23 Burgundy

📋 copy color: '#880C23'

red 136 ◦ green 12 ◦ blue 35

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

Shades of Burgundy #880C23

Tints of Burgundy #880C23

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.56%

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

R = 74.32%
G = 6.56%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#880C23 (or 0x880C23) is known color: Burgundy. HEX triplet: 88, 0C and 23. RGB value is (136,12,35). Sum of RGB (Red+Green+Blue) = 136+12+35=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #880C23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C23 is #77F3DC. Grayscale: #333333. Windows color (decimal): -7861213 or 2296968. OLE color: 2296968.

HSL color Cylindrical-coordinate representation of color #880C23: hue angle of 348.87º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C23 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 12 35 -
CMYK 0 0.91 0.74 0.47
HSL 348.87º 0.84% 0.29% -
HSV(B) 348.87º 0.91% 0.53% -
XYZ 10.59 5.62 2.12 -
YUV 51.7 118.58 188.13 -
System Red Green Blue C M Y K H S L
Decimal 136 12 35 0 0.91 0.74 0.47 348.87 0.84 0.29
Hex 88 C 23 0 5B 4A 2F 15D 54 1D
Octal 210 14 43 0 133 112 57 535 124 35
Binary 10001000 1100 100011 0 1011011 1001010 101111 101011101 1010100 11101

Color Harmonies of #880C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C23

Black with #880C23

Text Example


Text Example

White with #880C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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