Html Css Color HEX #88073D Burgundy

📋 copy color: '#88073D'

red 136 ◦ green 7 ◦ blue 61

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

Shades of Burgundy #88073D

Tints of Burgundy #88073D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.9%

R = 66.67%
G = 3.43%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#88073D (or 0x88073D) is known color: Burgundy. HEX triplet: 88, 07 and 3D. RGB value is (136,7,61). Sum of RGB (Red+Green+Blue) = 136+7+61=204 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.67% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 136 - color contains mainly: red. Hex color #88073D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88073D is #77F8C2. Grayscale: #333333. Windows color (decimal): -7862467 or 3999624. OLE color: 3999624.

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

Color convert

RGB 136 7 61 -
CMYK 0 0.95 0.55 0.47
HSL 334.88º 0.9% 0.28% -
HSV(B) 334.88º 0.95% 0.53% -
XYZ 11.07 5.72 4.94 -
YUV 51.73 133.24 188.11 -
System Red Green Blue C M Y K H S L
Decimal 136 7 61 0 0.95 0.55 0.47 334.88 0.9 0.28
Hex 88 7 3D 0 5F 37 2F 14F 5A 1C
Octal 210 7 75 0 137 67 57 517 132 34
Binary 10001000 111 111101 0 1011111 110111 101111 101001111 1011010 11100

Color Harmonies of #88073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88073D

Black with #88073D

Text Example


Text Example

White with #88073D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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