Html Css Color HEX #7F0C1A Burgundy

📋 copy color: '#7F0C1A'

red 127 ◦ green 12 ◦ blue 26

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

Shades of Burgundy #7F0C1A

Tints of Burgundy #7F0C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.76%

R = 76.97%
G = 7.27%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#7F0C1A (or 0x7F0C1A) is known color: Burgundy. HEX triplet: 7F, 0C and 1A. RGB value is (127,12,26). Sum of RGB (Red+Green+Blue) = 127+12+26=165 (21% of max value = 765). Red value is 127 (50% from 255 or 76.97% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0C1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0C1A is #80F3E5. Grayscale: #303030. Windows color (decimal): -8451046 or 1707135. OLE color: 1707135.

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

Color convert

RGB 127 12 26 -
CMYK 0 0.91 0.80 0.50
HSL 352.7º 0.83% 0.27% -
HSV(B) 352.7º 0.91% 0.5% -
XYZ 9.07 4.85 1.44 -
YUV 47.98 115.6 184.36 -
System Red Green Blue C M Y K H S L
Decimal 127 12 26 0 0.91 0.80 0.50 352.7 0.83 0.27
Hex 7F C 1A 0 5B 50 32 161 53 1B
Octal 177 14 32 0 133 120 62 541 123 33
Binary 1111111 1100 11010 0 1011011 1010000 110010 101100001 1010011 11011

Color Harmonies of #7F0C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0C1A

Black with #7F0C1A

Text Example


Text Example

White with #7F0C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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