Html Css Color HEX #800C25 Burgundy

📋 copy color: '#800C25'

red 128 ◦ green 12 ◦ blue 37

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

Shades of Burgundy #800C25

Tints of Burgundy #800C25

RGB

 RED value IS 128 (50.39% from 255) = 72.32%

 GREEN value IS 12 (5.08% from 255) = 6.78%

 BLUE value IS 37 (14.84% from 255) = 20.9%

R = 72.32%
G = 6.78%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#800C25 (or 0x800C25) is known color: Burgundy. HEX triplet: 80, 0C and 25. RGB value is (128,12,37). Sum of RGB (Red+Green+Blue) = 128+12+37=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #800C25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800C25 is #7FF3DA. Grayscale: #313131. Windows color (decimal): -8385499 or 2428032. OLE color: 2428032.

HSL color Cylindrical-coordinate representation of color #800C25: hue angle of 347.07º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800C25 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 12 37 -
CMYK 0 0.91 0.71 0.50
HSL 347.07º 0.83% 0.27% -
HSV(B) 347.07º 0.91% 0.5% -
XYZ 9.37 4.99 2.22 -
YUV 49.53 120.93 183.97 -
System Red Green Blue C M Y K H S L
Decimal 128 12 37 0 0.91 0.71 0.50 347.07 0.83 0.27
Hex 80 C 25 0 5B 47 32 15B 53 1B
Octal 200 14 45 0 133 107 62 533 123 33
Binary 10000000 1100 100101 0 1011011 1000111 110010 101011011 1010011 11011

Color Harmonies of #800C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800C25

Black with #800C25

Text Example


Text Example

White with #800C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800C25; }

 p { color: rgb(128,12,37); }

 H1.HeaderClassName
 {
   color: #800C25;
 }
 .AnyTagClassName
 {
   color: #800C25;
 }
</style>

background-color css

<style>
 a { background-color: #800C25; }

 a { background-color: rgb(128,12,37); }

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

border-color css

<style>
 span { border-color: #800C25; }

 span { border-color: rgb(128,12,37); }

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