Html Css Color HEX #88003A Burgundy

📋 copy color: '#88003A'

red 136 ◦ green 0 ◦ blue 58

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

Shades of Burgundy #88003A

Tints of Burgundy #88003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 29.9%

R = 70.1%
G = 0%
B = 29.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#88003A (or 0x88003A) is known color: Burgundy. HEX triplet: 88, 00 and 3A. RGB value is (136,0,58). Sum of RGB (Red+Green+Blue) = 136+0+58=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #88003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88003A is #77FFC5. Grayscale: #2F2F2F. Windows color (decimal): -7864262 or 3801224. OLE color: 3801224.

HSL color Cylindrical-coordinate representation of color #88003A: hue angle of 334.41º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88003A is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 0 58 -
CMYK 0 1 0.57 0.47
HSL 334.41º 1% 0.27% -
HSV(B) 334.41º 1% 0.53% -
XYZ 10.92 5.54 4.5 -
YUV 47.28 134.06 191.28 -
System Red Green Blue C M Y K H S L
Decimal 136 0 58 0 1 0.57 0.47 334.41 1 0.27
Hex 88 0 3A 0 64 39 2F 14E 64 1B
Octal 210 0 72 0 144 71 57 516 144 33
Binary 10001000 0 111010 0 1100100 111001 101111 101001110 1100100 11011

Color Harmonies of #88003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88003A

Black with #88003A

Text Example


Text Example

White with #88003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88003A; }

 p { color: rgb(136,0,58); }

 H1.HeaderClassName
 {
   color: #88003A;
 }
 .AnyTagClassName
 {
   color: #88003A;
 }
</style>

background-color css

<style>
 a { background-color: #88003A; }

 a { background-color: rgb(136,0,58); }

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

border-color css

<style>
 span { border-color: #88003A; }

 span { border-color: rgb(136,0,58); }

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