Html Css Color HEX #88071D Burgundy

📋 copy color: '#88071D'

red 136 ◦ green 7 ◦ blue 29

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

Shades of Burgundy #88071D

Tints of Burgundy #88071D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.07%

 BLUE value IS 29 (11.72% from 255) = 16.86%

R = 79.07%
G = 4.07%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#88071D (or 0x88071D) is known color: Burgundy. HEX triplet: 88, 07 and 1D. RGB value is (136,7,29). Sum of RGB (Red+Green+Blue) = 136+7+29=172 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.07% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 136 - color contains mainly: red. Hex color #88071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88071D is #77F8E2. Grayscale: #303030. Windows color (decimal): -7862499 or 1902472. OLE color: 1902472.

HSL color Cylindrical-coordinate representation of color #88071D: hue angle of 349.77º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #88071D is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 7 29 -
CMYK 0 0.95 0.79 0.47
HSL 349.77º 0.9% 0.28% -
HSV(B) 349.77º 0.95% 0.53% -
XYZ 10.45 5.47 1.67 -
YUV 48.08 117.24 190.71 -
System Red Green Blue C M Y K H S L
Decimal 136 7 29 0 0.95 0.79 0.47 349.77 0.9 0.28
Hex 88 7 1D 0 5F 4F 2F 15E 5A 1C
Octal 210 7 35 0 137 117 57 536 132 34
Binary 10001000 111 11101 0 1011111 1001111 101111 101011110 1011010 11100

Color Harmonies of #88071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88071D

Black with #88071D

Text Example


Text Example

White with #88071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88071D; }

 p { color: rgb(136,7,29); }

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

background-color css

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

 a { background-color: rgb(136,7,29); }

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

border-color css

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

 span { border-color: rgb(136,7,29); }

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