Html Css Color HEX #880A30 Burgundy

📋 copy color: '#880A30'

red 136 ◦ green 10 ◦ blue 48

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

Shades of Burgundy #880A30

Tints of Burgundy #880A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.15%

 BLUE value IS 48 (19.14% from 255) = 24.74%

R = 70.1%
G = 5.15%
B = 24.74%

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

#880A30 (or 0x880A30) is known color: Burgundy. HEX triplet: 88, 0A and 30. RGB value is (136,10,48). Sum of RGB (Red+Green+Blue) = 136+10+48=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #880A30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A30 is #77F5CF. Grayscale: #333333. Windows color (decimal): -7861712 or 3148424. OLE color: 3148424.

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

Color convert

RGB 136 10 48 -
CMYK 0 0.93 0.65 0.47
HSL 341.9º 0.86% 0.29% -
HSV(B) 341.9º 0.93% 0.53% -
XYZ 10.8 5.66 3.32 -
YUV 52.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 136 10 48 0 0.93 0.65 0.47 341.9 0.86 0.29
Hex 88 A 30 0 5D 41 2F 156 56 1D
Octal 210 12 60 0 135 101 57 526 126 35
Binary 10001000 1010 110000 0 1011101 1000001 101111 101010110 1010110 11101

Color Harmonies of #880A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A30

Black with #880A30

Text Example


Text Example

White with #880A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880A30; }

 p { color: rgb(136,10,48); }

 H1.HeaderClassName
 {
   color: #880A30;
 }
 .AnyTagClassName
 {
   color: #880A30;
 }
</style>

background-color css

<style>
 a { background-color: #880A30; }

 a { background-color: rgb(136,10,48); }

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

border-color css

<style>
 span { border-color: #880A30; }

 span { border-color: rgb(136,10,48); }

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