Html Css Color HEX #88062F Burgundy

📋 copy color: '#88062F'

red 136 ◦ green 6 ◦ blue 47

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

Shades of Burgundy #88062F

Tints of Burgundy #88062F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.87%

R = 71.96%
G = 3.17%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#88062F (or 0x88062F) is known color: Burgundy. HEX triplet: 88, 06 and 2F. RGB value is (136,6,47). Sum of RGB (Red+Green+Blue) = 136+6+47=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #88062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88062F is #77F9D0. Grayscale: #313131. Windows color (decimal): -7862737 or 3081864. OLE color: 3081864.

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

Color convert

RGB 136 6 47 -
CMYK 0 0.96 0.65 0.47
HSL 341.08º 0.92% 0.28% -
HSV(B) 341.08º 0.96% 0.53% -
XYZ 10.73 5.57 3.2 -
YUV 49.54 126.57 189.67 -
System Red Green Blue C M Y K H S L
Decimal 136 6 47 0 0.96 0.65 0.47 341.08 0.92 0.28
Hex 88 6 2F 0 60 41 2F 155 5C 1C
Octal 210 6 57 0 140 101 57 525 134 34
Binary 10001000 110 101111 0 1100000 1000001 101111 101010101 1011100 11100

Color Harmonies of #88062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88062F

Black with #88062F

Text Example


Text Example

White with #88062F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88062F; }

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

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

background-color css

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

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

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

border-color css

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

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

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