Html Css Color HEX #7F0B37 Burgundy

📋 copy color: '#7F0B37'

red 127 ◦ green 11 ◦ blue 55

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

Shades of Burgundy #7F0B37

Tints of Burgundy #7F0B37

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.7%

 BLUE value IS 55 (21.88% from 255) = 28.5%

R = 65.8%
G = 5.7%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#7F0B37 (or 0x7F0B37) is known color: Burgundy. HEX triplet: 7F, 0B and 37. RGB value is (127,11,55). Sum of RGB (Red+Green+Blue) = 127+11+55=193 (25% of max value = 765). Red value is 127 (50% from 255 or 65.80% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0B37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0B37 is #80F4C8. Grayscale: #323232. Windows color (decimal): -8451273 or 3607423. OLE color: 3607423.

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

Color convert

RGB 127 11 55 -
CMYK 0 0.91 0.57 0.50
HSL 337.24º 0.84% 0.27% -
HSV(B) 337.24º 0.91% 0.5% -
XYZ 9.56 5.03 4.08 -
YUV 50.7 130.43 182.42 -
System Red Green Blue C M Y K H S L
Decimal 127 11 55 0 0.91 0.57 0.50 337.24 0.84 0.27
Hex 7F B 37 0 5B 39 32 151 54 1B
Octal 177 13 67 0 133 71 62 521 124 33
Binary 1111111 1011 110111 0 1011011 111001 110010 101010001 1010100 11011

Color Harmonies of #7F0B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0B37

Black with #7F0B37

Text Example


Text Example

White with #7F0B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,11,55); }

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

background-color css

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

 a { background-color: rgb(127,11,55); }

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

border-color css

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

 span { border-color: rgb(127,11,55); }

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