Html Css Color HEX #7F1018 Burgundy

📋 copy color: '#7F1018'

red 127 ◦ green 16 ◦ blue 24

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

Shades of Burgundy #7F1018

Tints of Burgundy #7F1018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.58%

 BLUE value IS 24 (9.77% from 255) = 14.37%

R = 76.05%
G = 9.58%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#7F1018 (or 0x7F1018) is known color: Burgundy. HEX triplet: 7F, 10 and 18. RGB value is (127,16,24). Sum of RGB (Red+Green+Blue) = 127+16+24=167 (22% of max value = 765). Red value is 127 (50% from 255 or 76.05% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1018 is #80EFE7. Grayscale: #323232. Windows color (decimal): -8450024 or 1577087. OLE color: 1577087.

HSL color Cylindrical-coordinate representation of color #7F1018: hue angle of 355.68º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F1018 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 16 24 -
CMYK 0 0.87 0.81 0.50
HSL 355.68º 0.78% 0.28% -
HSV(B) 355.68º 0.87% 0.5% -
XYZ 9.1 4.95 1.34 -
YUV 50.1 113.27 182.85 -
System Red Green Blue C M Y K H S L
Decimal 127 16 24 0 0.87 0.81 0.50 355.68 0.78 0.28
Hex 7F 10 18 0 57 51 32 164 4E 1C
Octal 177 20 30 0 127 121 62 544 116 34
Binary 1111111 10000 11000 0 1010111 1010001 110010 101100100 1001110 11100

Color Harmonies of #7F1018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1018

Black with #7F1018

Text Example


Text Example

White with #7F1018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,16,24); }

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

background-color css

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

 a { background-color: rgb(127,16,24); }

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

border-color css

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

 span { border-color: rgb(127,16,24); }

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