Html Css Color HEX #880A38 Burgundy

📋 copy color: '#880A38'

red 136 ◦ green 10 ◦ blue 56

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

Shades of Burgundy #880A38

Tints of Burgundy #880A38

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.95%

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

R = 67.33%
G = 4.95%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#880A38 (or 0x880A38) is known color: Burgundy. HEX triplet: 88, 0A and 38. RGB value is (136,10,56). Sum of RGB (Red+Green+Blue) = 136+10+56=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #880A38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A38 is #77F5C7. Grayscale: #343434. Windows color (decimal): -7861704 or 3672712. OLE color: 3672712.

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

Color convert

RGB 136 10 56 -
CMYK 0 0.93 0.59 0.47
HSL 338.1º 0.86% 0.29% -
HSV(B) 338.1º 0.93% 0.53% -
XYZ 10.98 5.74 4.27 -
YUV 52.92 129.74 187.26 -
System Red Green Blue C M Y K H S L
Decimal 136 10 56 0 0.93 0.59 0.47 338.1 0.86 0.29
Hex 88 A 38 0 5D 3B 2F 152 56 1D
Octal 210 12 70 0 135 73 57 522 126 35
Binary 10001000 1010 111000 0 1011101 111011 101111 101010010 1010110 11101

Color Harmonies of #880A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A38

Black with #880A38

Text Example


Text Example

White with #880A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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