Html Css Color HEX #7F0318 Burgundy

📋 copy color: '#7F0318'

red 127 ◦ green 3 ◦ blue 24

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

Shades of Burgundy #7F0318

Tints of Burgundy #7F0318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.95%

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

R = 82.47%
G = 1.95%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#7F0318 (or 0x7F0318) is known color: Burgundy. HEX triplet: 7F, 03 and 18. RGB value is (127,3,24). Sum of RGB (Red+Green+Blue) = 127+3+24=154 (20% of max value = 765). Red value is 127 (50% from 255 or 82.47% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0318 is #80FCE7. Grayscale: #2A2A2A. Windows color (decimal): -8453352 or 1573759. OLE color: 1573759.

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

Color convert

RGB 127 3 24 -
CMYK 0 0.98 0.81 0.50
HSL 349.84º 0.95% 0.25% -
HSV(B) 349.84º 0.98% 0.5% -
XYZ 8.95 4.64 1.29 -
YUV 42.47 117.58 188.29 -
System Red Green Blue C M Y K H S L
Decimal 127 3 24 0 0.98 0.81 0.50 349.84 0.95 0.25
Hex 7F 3 18 0 62 51 32 15E 5F 19
Octal 177 3 30 0 142 121 62 536 137 31
Binary 1111111 11 11000 0 1100010 1010001 110010 101011110 1011111 11001

Color Harmonies of #7F0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0318

Black with #7F0318

Text Example


Text Example

White with #7F0318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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