Html Css Color HEX #7F0C1D Burgundy

📋 copy color: '#7F0C1D'

red 127 ◦ green 12 ◦ blue 29

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

Shades of Burgundy #7F0C1D

Tints of Burgundy #7F0C1D

RGB

 RED value IS 127 (50% from 255) = 75.6%

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

 BLUE value IS 29 (11.72% from 255) = 17.26%

R = 75.6%
G = 7.14%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#7F0C1D (or 0x7F0C1D) is known color: Burgundy. HEX triplet: 7F, 0C and 1D. RGB value is (127,12,29). Sum of RGB (Red+Green+Blue) = 127+12+29=168 (22% of max value = 765). Red value is 127 (50% from 255 or 75.60% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0C1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0C1D is #80F3E2. Grayscale: #303030. Windows color (decimal): -8451043 or 1903743. OLE color: 1903743.

HSL color Cylindrical-coordinate representation of color #7F0C1D: hue angle of 351.13º 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 #7F0C1D is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 12 29 -
CMYK 0 0.91 0.77 0.50
HSL 351.13º 0.83% 0.27% -
HSV(B) 351.13º 0.91% 0.5% -
XYZ 9.11 4.86 1.62 -
YUV 48.32 117.1 184.12 -
System Red Green Blue C M Y K H S L
Decimal 127 12 29 0 0.91 0.77 0.50 351.13 0.83 0.27
Hex 7F C 1D 0 5B 4D 32 15F 53 1B
Octal 177 14 35 0 133 115 62 537 123 33
Binary 1111111 1100 11101 0 1011011 1001101 110010 101011111 1010011 11011

Color Harmonies of #7F0C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0C1D

Black with #7F0C1D

Text Example


Text Example

White with #7F0C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F0C1D; }

 p { color: rgb(127,12,29); }

 H1.HeaderClassName
 {
   color: #7F0C1D;
 }
 .AnyTagClassName
 {
   color: #7F0C1D;
 }
</style>

background-color css

<style>
 a { background-color: #7F0C1D; }

 a { background-color: rgb(127,12,29); }

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

border-color css

<style>
 span { border-color: #7F0C1D; }

 span { border-color: rgb(127,12,29); }

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