Html Css Color HEX #88073B Burgundy

📋 copy color: '#88073B'

red 136 ◦ green 7 ◦ blue 59

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

Shades of Burgundy #88073B

Tints of Burgundy #88073B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.21%

R = 67.33%
G = 3.47%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#88073B (or 0x88073B) is known color: Burgundy. HEX triplet: 88, 07 and 3B. RGB value is (136,7,59). Sum of RGB (Red+Green+Blue) = 136+7+59=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #88073B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88073B is #77F8C4. Grayscale: #333333. Windows color (decimal): -7862469 or 3868552. OLE color: 3868552.

HSL color Cylindrical-coordinate representation of color #88073B: hue angle of 335.81º 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 #88073B is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 7 59 -
CMYK 0 0.95 0.57 0.47
HSL 335.81º 0.9% 0.28% -
HSV(B) 335.81º 0.95% 0.53% -
XYZ 11.02 5.7 4.66 -
YUV 51.5 132.24 188.27 -
System Red Green Blue C M Y K H S L
Decimal 136 7 59 0 0.95 0.57 0.47 335.81 0.9 0.28
Hex 88 7 3B 0 5F 39 2F 150 5A 1C
Octal 210 7 73 0 137 71 57 520 132 34
Binary 10001000 111 111011 0 1011111 111001 101111 101010000 1011010 11100

Color Harmonies of #88073B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88073B

Black with #88073B

Text Example


Text Example

White with #88073B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88073B; }

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

 H1.HeaderClassName
 {
   color: #88073B;
 }
 .AnyTagClassName
 {
   color: #88073B;
 }
</style>

background-color css

<style>
 a { background-color: #88073B; }

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

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

border-color css

<style>
 span { border-color: #88073B; }

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

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