Html Css Color HEX #88092F Burgundy

📋 copy color: '#88092F'

red 136 ◦ green 9 ◦ blue 47

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

Shades of Burgundy #88092F

Tints of Burgundy #88092F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.69%

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

R = 70.83%
G = 4.69%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#88092F (or 0x88092F) is known color: Burgundy. HEX triplet: 88, 09 and 2F. RGB value is (136,9,47). Sum of RGB (Red+Green+Blue) = 136+9+47=192 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.83% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 136 - color contains mainly: red. Hex color #88092F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88092F is #77F6D0. Grayscale: #333333. Windows color (decimal): -7861969 or 3082632. OLE color: 3082632.

HSL color Cylindrical-coordinate representation of color #88092F: hue angle of 342.05º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88092F is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 47 -
CMYK 0 0.93 0.65 0.47
HSL 342.05º 0.88% 0.28% -
HSV(B) 342.05º 0.93% 0.53% -
XYZ 10.76 5.63 3.21 -
YUV 51.31 125.58 188.41 -
System Red Green Blue C M Y K H S L
Decimal 136 9 47 0 0.93 0.65 0.47 342.05 0.88 0.28
Hex 88 9 2F 0 5D 41 2F 156 58 1C
Octal 210 11 57 0 135 101 57 526 130 34
Binary 10001000 1001 101111 0 1011101 1000001 101111 101010110 1011000 11100

Color Harmonies of #88092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88092F

Black with #88092F

Text Example


Text Example

White with #88092F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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